pup-py commited on
Commit
24e33f2
·
1 Parent(s): c9dd632
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -27,9 +27,10 @@ CMD ["bash"]
27
 
28
  FROM base
29
  RUN $PUP
 
30
  RUN pup py3.11
31
 
32
  EXPOSE 7860
33
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
34
 
35
- CMD ["pixi", "run", "python", "-m", "http.server", "7860", "--directory", "."]
 
27
 
28
  FROM base
29
  RUN $PUP
30
+ RUN ls -la && pup which
31
  RUN pup py3.11
32
 
33
  EXPOSE 7860
34
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
35
 
36
+ # CMD ["pixi", "run", "python", "-m", "http.server", "7860", "--directory", "."]