mattb512 commited on
Commit
300dcf3
1 Parent(s): 3567bb7

fix CMD path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,4 +36,4 @@ RUN cd vlm-evaluation && pip install -e .
36
 
37
  RUN pip install -e .
38
 
39
- CMD ["sh", "/app/startup.sh"]
 
36
 
37
  RUN pip install -e .
38
 
39
+ CMD sh $HOME/app/startup.sh