ejschwartz commited on
Commit
d8c7126
·
1 Parent(s): 480ed09
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,4 +40,4 @@ EXPOSE 7860
40
  # Clear the inherited ENTRYPOINT from the base image to allow CMD to run as the main process
41
  ENTRYPOINT [""]
42
 
43
- CMD ["python", "main.py"]
 
40
  # Clear the inherited ENTRYPOINT from the base image to allow CMD to run as the main process
41
  ENTRYPOINT [""]
42
 
43
+ CMD ["python3", "main.py"]