Spaces:
Build error
Build error
big-thousand
commited on
Commit
·
5a3e1a7
1
Parent(s):
493031b
fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,4 +16,4 @@ COPY --chown=user . $HOME/app
|
|
16 |
|
17 |
EXPOSE 7860
|
18 |
|
19 |
-
CMD ["sh", "-c", "python3 server.py --notebook"]
|
|
|
16 |
|
17 |
EXPOSE 7860
|
18 |
|
19 |
+
CMD ["sh", "-c", "python3 server.py --notebook --share"]
|