Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -24,6 +24,8 @@ ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
|
|
24 |
# Copy the entry point script
|
25 |
COPY ./entrypoint.sh inference/entrypoint.sh
|
26 |
|
|
|
|
|
27 |
ARG PIP_INDEX=https://pypi.org/simple
|
28 |
RUN python -m pip install --upgrade -i "$PIP_INDEX" pip && \
|
29 |
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu && \
|
|
|
24 |
# Copy the entry point script
|
25 |
COPY ./entrypoint.sh inference/entrypoint.sh
|
26 |
|
27 |
+
RUN pwd
|
28 |
+
|
29 |
ARG PIP_INDEX=https://pypi.org/simple
|
30 |
RUN python -m pip install --upgrade -i "$PIP_INDEX" pip && \
|
31 |
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu && \
|