uzi007 commited on
Commit
02d569a
1 Parent(s): 324c2a9

Updated Dockerfile for GPU Dependencies

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -27,8 +27,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 2
27
  RUN update-alternatives --config python3
28
 
29
  # Download and install pip for Python 3.10
30
- RUN wget https://bootstrap.pypa.io/get-pip.py \
31
- && python3.10 get-pip.py
32
 
33
  # Check Python and pip versions
34
  RUN python3.10 --version \
 
27
  RUN update-alternatives --config python3
28
 
29
  # Download and install pip for Python 3.10
30
+ RUN python3.10 -m pip install --upgrade pip
 
31
 
32
  # Check Python and pip versions
33
  RUN python3.10 --version \