Spaces:
Running
Running
remove workdir
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -19,7 +19,6 @@ RUN echo "source /opt/venv/bin/activate" >> /root/.bashrc
|
|
19 |
|
20 |
# Install LeRobot
|
21 |
RUN git clone --branch user/rcadene/2024_05_17_improve_visualize_dataset https://github.com/huggingface/lerobot.git /lerobot
|
22 |
-
WORKDIR /lerobot
|
23 |
RUN pip install --upgrade --no-cache-dir pip
|
24 |
RUN pip install --no-cache-dir "." \
|
25 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
19 |
|
20 |
# Install LeRobot
|
21 |
RUN git clone --branch user/rcadene/2024_05_17_improve_visualize_dataset https://github.com/huggingface/lerobot.git /lerobot
|
|
|
22 |
RUN pip install --upgrade --no-cache-dir pip
|
23 |
RUN pip install --no-cache-dir "." \
|
24 |
--extra-index-url https://download.pytorch.org/whl/cpu
|