uzi007 commited on
Commit
a284a7e
·
1 Parent(s): cad0c0f

Updated Dockerfile for GPU Dependencies

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 2
28
  RUN update-alternatives --config python3
29
 
30
  RUN python3 --version
31
- RUN pip -V
32
 
33
  # RUN apt-get -y update \
34
  # && apt-get -y install git
 
28
  RUN update-alternatives --config python3
29
 
30
  RUN python3 --version
31
+ RUN pip3 -V
32
 
33
  # RUN apt-get -y update \
34
  # && apt-get -y install git