euIaxs22 commited on
Commit
4b66bfd
·
verified ·
1 Parent(s): cf2fe96

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -83,7 +83,7 @@ RUN pip install --upgrade bitsandbytes
83
 
84
 
85
  RUN apt-get update && apt-get install -y curl && \
86
- echo "Instalando dependências .whl customizadas..."
87
  pip install --no-cache-dir \
88
  "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl" \
89
  "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/dropout_layer_norm-0.1-cp310-cp310-linux_x86_64.whl" && \
 
83
 
84
 
85
  RUN apt-get update && apt-get install -y curl && \
86
+ echo "Instalando dependências .whl customizadas..." && \
87
  pip install --no-cache-dir \
88
  "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl" \
89
  "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/dropout_layer_norm-0.1-cp310-cp310-linux_x86_64.whl" && \