venayc commited on
Commit
da2703b
·
verified ·
1 Parent(s): 9e2953f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ COPY pyproject.toml uv.lock ./
7
  COPY smolvla/ ./smolvla/
8
  COPY scripts/ ./scripts/
9
  COPY data/ ./datasets/
10
- COPY start.py
11
 
12
  RUN uv sync
13
 
 
7
  COPY smolvla/ ./smolvla/
8
  COPY scripts/ ./scripts/
9
  COPY data/ ./datasets/
10
+ COPY start.py .
11
 
12
  RUN uv sync
13