phython96 commited on
Commit
1cff57f
1 Parent(s): 1d90460

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -46,4 +46,5 @@ RUN python -c "from huggingface_hub import hf_hub_download;hf_hub_download(repo_
46
  mkdir tmp
47
 
48
  WORKDIR $HOME/app/ROCKET-1/rocket/arm
 
49
  CMD ["python", "eval_rocket.py", "--port", "7860", "--sam-path", "/app/ROCKET-1/rocket/realtime_sam/checkpoints"]
 
46
  mkdir tmp
47
 
48
  WORKDIR $HOME/app/ROCKET-1/rocket/arm
49
+ RUN git pull
50
  CMD ["python", "eval_rocket.py", "--port", "7860", "--sam-path", "/app/ROCKET-1/rocket/realtime_sam/checkpoints"]