Skip to content

Commit ac965db

Browse files
committed
fixup! Refactor isaac and gazebo/mujoco dockerfiles
1 parent 9e91aa0 commit ac965db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.isaac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ RUN curl -SsL https://github.com/boxboat/fixuid/releases/download/v0.6.0/fixuid-
105105

106106
USER $USER
107107

108-
ENV USER_WS /workspace
109-
RUN sudo mkdir -p $USER_WS/src && sudo chown -R $USER:$GROUP $USER_WS
108+
ENV USER_WS /home/${USER}/ws
109+
RUN mkdir -p $USER_WS/src
110110

111111
WORKDIR $USER_WS
112112

0 commit comments

Comments
 (0)