Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ RUN tar xvzf fastspeech_logs.tar.gz
|
|
27 |
# We run aim listening on 0.0.0.0 to expose all ports. Also, we run
|
28 |
# using `--dev` to print verbose logs. Port 43800 is the default port of
|
29 |
# `aim up` but explicit is better than implicit.
|
30 |
-
CMD ["aim up --host 0.0.0.0 --port 7860"]
|
|
|
27 |
# We run aim listening on 0.0.0.0 to expose all ports. Also, we run
|
28 |
# using `--dev` to print verbose logs. Port 43800 is the default port of
|
29 |
# `aim up` but explicit is better than implicit.
|
30 |
+
CMD ["aim up --host 0.0.0.0 --port 7860 --workers 2"]
|