moriire commited on
Commit
6a2c0b6
·
verified ·
1 Parent(s): 314a72a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -4,8 +4,6 @@ FROM python:3.11-slim-bullseye
4
  RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
5
  python3 \
6
  python3-pip \
7
- gcc-11 \
8
- g++-11 \
9
  ninja-build \
10
  build-essential \
11
  pkg-config \
 
4
  RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
5
  python3 \
6
  python3-pip \
 
 
7
  ninja-build \
8
  build-essential \
9
  pkg-config \