Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 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 |
# ====================================================================
|