Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Scilab-RL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Manfred Eppe
Scilab-RL
Merge requests
!73
Remove coppeliasim rlbench
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Remove coppeliasim rlbench
remove-coppeliasim-rlbench
into
devel
Overview
1
Commits
17
Pipelines
2
Changes
100
Closed
Thilo Fryen
requested to merge
remove-coppeliasim-rlbench
into
devel
1 year ago
Overview
1
Commits
17
Pipelines
2
Changes
100
Expand
0
0
Merge request reports
Compare
devel
version 1
5cfb9a42
1 year ago
devel (base)
and
latest version
latest version
708420dd
17 commits,
1 year ago
version 1
5cfb9a42
16 commits,
1 year ago
100 files
+
23
−
1070
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
100
Search (e.g. *.vue) (Ctrl+P)
Docker/Dockerfile
+
0
−
6
Options
@@ -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