rahul5035 commited on
Commit
9c6e2c4
1 Parent(s): 7e0c4f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -23,8 +23,8 @@ ENTRYPOINT ["/bin/sh", "-c"]
23
  COPY aim_repo.tar.gz .
24
  RUN tar xvzf aim_repo.tar.gz
25
 
26
- # Initialize Aim in the directory that stores aim data
27
- RUN aim init
28
 
29
  # Run Aim listening on 0.0.0.0 to expose all ports
30
  CMD ["aim up --host 0.0.0.0 --port 7860 --workers 2"]
 
23
  COPY aim_repo.tar.gz .
24
  RUN tar xvzf aim_repo.tar.gz
25
 
26
+ # Initialize Aim without prompt
27
+ RUN aim init --yes
28
 
29
  # Run Aim listening on 0.0.0.0 to expose all ports
30
  CMD ["aim up --host 0.0.0.0 --port 7860 --workers 2"]