x2XcarleX2x commited on
Commit
836c0f8
·
verified ·
1 Parent(s): a4769b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- #--no-cache-dir
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