Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
|