Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -164,8 +164,8 @@ RUN pip install -r requirements.txt
|
|
| 164 |
# INSTALAÇÃO DIFFUSERS-ADUC-SDR
|
| 165 |
# =============================================================================
|
| 166 |
COPY diffusers-aduc-sdr.txt .
|
| 167 |
-
RUN pip install -r diffusers-aduc-sdr.txt
|
| 168 |
-
|
| 169 |
|
| 170 |
# =============================================================================
|
| 171 |
# COPIA O CÓDIGO DA APLICAÇÃO E CONFIGURA PERMISSÕES
|
|
|
|
| 164 |
# INSTALAÇÃO DIFFUSERS-ADUC-SDR
|
| 165 |
# =============================================================================
|
| 166 |
COPY diffusers-aduc-sdr.txt .
|
| 167 |
+
RUN pip install --update --no-cache-dir -r diffusers-aduc-sdr.txt
|
| 168 |
+
#
|
| 169 |
|
| 170 |
# =============================================================================
|
| 171 |
# COPIA O CÓDIGO DA APLICAÇÃO E CONFIGURA PERMISSÕES
|