fix dockerfile cmd path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,5 +22,5 @@ RUN conda env create --file /code/environment.yml
|
|
22 |
|
23 |
COPY . .
|
24 |
|
25 |
-
CMD ["python", "serve.gradio_web_server"]
|
26 |
# CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
22 |
|
23 |
COPY . .
|
24 |
|
25 |
+
CMD ["python", "code.serve.gradio_web_server"]
|
26 |
# CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|