Add koch to CI
This commit is contained in:
parent
5d092b1be2
commit
01f8cede0b
|
@ -21,7 +21,7 @@ RUN echo "source /opt/venv/bin/activate" >> /root/.bashrc
|
||||||
COPY . /lerobot
|
COPY . /lerobot
|
||||||
WORKDIR /lerobot
|
WORKDIR /lerobot
|
||||||
RUN pip install --upgrade --no-cache-dir pip
|
RUN pip install --upgrade --no-cache-dir pip
|
||||||
RUN pip install --no-cache-dir ".[test, aloha, xarm, pusht]" \
|
RUN pip install --no-cache-dir ".[test, aloha, xarm, pusht, koch]" \
|
||||||
--extra-index-url https://download.pytorch.org/whl/cpu
|
--extra-index-url https://download.pytorch.org/whl/cpu
|
||||||
|
|
||||||
# Set EGL as the rendering backend for MuJoCo
|
# Set EGL as the rendering backend for MuJoCo
|
||||||
|
|
|
@ -23,7 +23,7 @@ RUN echo "source /opt/venv/bin/activate" >> /root/.bashrc
|
||||||
COPY . /lerobot
|
COPY . /lerobot
|
||||||
WORKDIR /lerobot
|
WORKDIR /lerobot
|
||||||
RUN pip install --upgrade --no-cache-dir pip
|
RUN pip install --upgrade --no-cache-dir pip
|
||||||
RUN pip install --no-cache-dir ".[test, aloha, xarm, pusht]"
|
RUN pip install --no-cache-dir ".[test, aloha, xarm, pusht, koch]"
|
||||||
|
|
||||||
# Set EGL as the rendering backend for MuJoCo
|
# Set EGL as the rendering backend for MuJoCo
|
||||||
ENV MUJOCO_GL="egl"
|
ENV MUJOCO_GL="egl"
|
||||||
|
|
Loading…
Reference in New Issue