Suprhimp commited on
Commit
d1e4f34
·
1 Parent(s): ae35813

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ COPY ./requirements.txt /code/requirements.txt
7
  RUN apt-cache search mesa
8
  RUN apt-get update && apt-get install -y libgl1-mesa-glx libosmesa6
9
  RUN apt-get install -y python3-opengl
10
-
11
  # Run the command inside your image filesystem
12
  RUN pip install --upgrade pip && \
13
  pip install gym && \
 
7
  RUN apt-cache search mesa
8
  RUN apt-get update && apt-get install -y libgl1-mesa-glx libosmesa6
9
  RUN apt-get install -y python3-opengl
10
+ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
11
  # Run the command inside your image filesystem
12
  RUN pip install --upgrade pip && \
13
  pip install gym && \