mvanyan commited on
Commit
a7c52d5
·
1 Parent(s): 7423219

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]