Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
ur_simple_control
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marko Guberina
ur_simple_control
Commits
dd8e826f
Commit
dd8e826f
authored
7 months ago
by
m-guberina
Browse files
Options
Downloads
Patches
Plain Diff
hopefully now we do have opencv (conda does not see system-level installation)
parent
745aaf8e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
dd8e826f
...
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
...
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
iputils-ping
\
iputils-ping
\
arp-scan
\
arp-scan
\
# nice to have
# nice to have
python3-opencv \
#
python3-opencv \
vim \
vim \
vim-addon-manager \
vim-addon-manager \
vim-youcompleteme \
vim-youcompleteme \
...
@@ -73,7 +73,7 @@ RUN source /home/student/miniconda3/bin/activate
...
@@ -73,7 +73,7 @@ RUN source /home/student/miniconda3/bin/activate
RUN
pip
install
-e
./SimpleManipulatorControl/python/
RUN
pip
install
-e
./SimpleManipulatorControl/python/
RUN
conda config
--add
channels conda-forge
RUN
conda config
--add
channels conda-forge
#RUN conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive
#RUN conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive
RUN
conda
install
-y
casadi
RUN
conda
install
-y
casadi
opencv
RUN
conda
install
-y
pinocchio
-c
conda-forge
RUN
conda
install
-y
pinocchio
-c
conda-forge
RUN
pip
install
matplotlib meshcat ur_rtde
\
RUN
pip
install
matplotlib meshcat ur_rtde
\
qpsolvers ecos example_robot_data meshcat_shapes
qpsolvers ecos example_robot_data meshcat_shapes
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment