Spaces:
Build error
Build error
GPTfree api
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -36,5 +36,5 @@ RUN pip install -r requirements.txt
|
|
36 |
# Expose the port that the web UI will use
|
37 |
EXPOSE 7897
|
38 |
|
39 |
-
#
|
40 |
-
CMD ["
|
|
|
36 |
# Expose the port that the web UI will use
|
37 |
EXPOSE 7897
|
38 |
|
39 |
+
# Update the CMD instruction to use the correct Python executable for Linux
|
40 |
+
CMD ["python3", "infer-web.py", "--port", "7897"]
|