lucianotonet commited on
Commit
870bcf8
1 Parent(s): 91cda79

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN pip install pygit2==1.12.2
19
  COPY . /code/
20
 
21
  # Instalar dependências Python
22
- RUN pip install -r requirements_docker.txt
23
 
24
  # Expor porta 7860
25
  EXPOSE 7860
@@ -30,3 +30,4 @@ USER user
30
  # Comando de inicialização
31
  CMD ["python", "entry_with_update.py", "--preset", "realistic", "--share", "--always-high-vram"]
32
 
 
 
19
  COPY . /code/
20
 
21
  # Instalar dependências Python
22
+ RUN pip install pygit2
23
 
24
  # Expor porta 7860
25
  EXPOSE 7860
 
30
  # Comando de inicialização
31
  CMD ["python", "entry_with_update.py", "--preset", "realistic", "--share", "--always-high-vram"]
32
 
33
+