Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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" && \
|