euIaxs22 commited on
Commit
80f5a1b
·
verified ·
1 Parent(s): dea92b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -84,10 +84,10 @@ RUN pip install --upgrade bitsandbytes
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" && \
90
- #apt-get purge -y curl && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
91
 
92
 
93
  # ====================================================================
 
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" && \
90
+ apt-get purge -y curl && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
91
 
92
 
93
  # ====================================================================