Skip to content
Snippets Groups Projects

Remove coppeliasim rlbench

Closed Thilo Fryen requested to merge remove-coppeliasim-rlbench into devel
100 files
+ 23
1070
Compare changes
  • Side-by-side
  • Inline
Files
100
+ 0
6
@@ -13,7 +13,6 @@ FROM ubuntu:22.04
# Get necessary system libraries
# adapted from https://github.com/openai/mujoco-py/blob/master/Dockerfile
# and https://github.com/CoppeliaRobotics/docker-image-coppeliasim/blob/master/Dockerfile
RUN apt-get update -q \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
git \
@@ -46,11 +45,6 @@ RUN apt-get update -q \
# && tar -xf mujoco.tar.gz -C /root/.mujoco/ \
# && rm mujoco.tar.gz
#
# # # Get CoppeliaSim
# RUN wget http://www.coppeliarobotics.com/files/CoppeliaSim_Edu_V4_1_0_Ubuntu20_04.tar.xz \
# && tar -xf CoppeliaSim_Edu_V4_1_0_Ubuntu20_04.tar.xz \
# && rm CoppeliaSim_Edu_V4_1_0_Ubuntu20_04.tar.xz
#
# # # Install miniconda
# RUN wget \
# https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
Loading