mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Removing mjkey, should be injected from env var
This commit is contained in:
committed by
zach dwiel
parent
fb2721fffa
commit
78cf25c09a
@@ -111,7 +111,6 @@ RUN mkdir -p ~/.mujoco \
|
||||
&& wget https://www.roboti.us/download/mjpro150_linux.zip -O mujoco.zip \
|
||||
&& unzip mujoco.zip -d ~/.mujoco \
|
||||
&& rm mujoco.zip
|
||||
COPY ./README.md ./mjkey.txt /root/.mujoco/
|
||||
ENV LD_LIBRARY_PATH /root/.mujoco/mjpro150/bin:$LD_LIBRARY_PATH
|
||||
|
||||
RUN curl -o /usr/local/bin/patchelf https://s3-us-west-2.amazonaws.com/openai-sci-artifacts/manual-builds/patchelf_0.9_amd64.elf \
|
||||
|
||||
Reference in New Issue
Block a user