Spaces:
Runtime error
Runtime error
typo fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
26 |
# Set Python3 as the default version
|
27 |
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
|
28 |
|
29 |
-
RUN pip3 install pip
|
30 |
|
31 |
# Install PyTorch
|
32 |
RUN pip3 install --no-cache-dir \
|
|
|
26 |
# Set Python3 as the default version
|
27 |
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
|
28 |
|
29 |
+
RUN pip3 install --upgrade pip
|
30 |
|
31 |
# Install PyTorch
|
32 |
RUN pip3 install --no-cache-dir \
|