fffiloni commited on
Commit
69599b4
1 Parent(s): 7da60bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
4
  RUN apt-get update && apt-get install -y build-essential
5
 
6
  # Install a specific version of pip (e.g., 20.2.4)
7
- RUN pip install pip==20.2.4
8
 
9
  # Install Git and system libraries required for OpenGL without interactive prompts
10
  ENV DEBIAN_FRONTEND=noninteractive
 
4
  RUN apt-get update && apt-get install -y build-essential
5
 
6
  # Install a specific version of pip (e.g., 20.2.4)
7
+ #RUN pip install pip==20.2.4
8
 
9
  # Install Git and system libraries required for OpenGL without interactive prompts
10
  ENV DEBIAN_FRONTEND=noninteractive