BG5 commited on
Commit
ea05022
·
verified ·
1 Parent(s): 13a8b8c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ RUN pip install --no-cache-dir --ignore-installed --break-system-packages -r req
34
  EXPOSE 7860
35
 
36
 
37
- CMD ["sh", "-c", "echo "1" | xp && python main.py"]
 
34
  EXPOSE 7860
35
 
36
 
37
+ CMD ["sh", "-c", "echo '1' | xp && python main.py"]