Spaces:
Runtime error
Runtime error
Updated Dockerfile for GPU Dependencies
Browse files- 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
|
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
|