MISASI commited on
Commit
a8b388c
·
verified ·
1 Parent(s): 7f88188

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN git clone https://github.com/dasasdsadsww/PyDeepLX.git .
8
 
9
  EXPOSE 7860
10
 
11
- CMD ["python", "setup.py"]
 
8
 
9
  EXPOSE 7860
10
 
11
+ CMD ["python", "/PyDeepLX/PyDeepLX.py"]