leinier310 commited on
Commit
1f2d094
·
verified ·
1 Parent(s): 5722bd8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && \
8
 
9
  WORKDIR /app
10
 
11
- RUN pip download --no-cache-dir --retries 999 --timeout 60 --index-url https://download.pytorch.org/whl/rocm7.2 torch==2.13.0+rocm7.2 -d . && mv *.whl torch.whl
12
 
13
  # Abre puerto 7860
14
  EXPOSE 7860
 
8
 
9
  WORKDIR /app
10
 
11
+ RUN pip download --no-deps --no-cache-dir --retries 999 --timeout 60 --index-url https://download.pytorch.org/whl/rocm7.2 torch==2.13.0+rocm7.2 -d . && mv *.whl torch.whl
12
 
13
  # Abre puerto 7860
14
  EXPOSE 7860