Spaces:
Building
on
A10G
Building
on
A10G
Update Dockerfile
Browse files- 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"]
|