Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mobile-robotics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
efvega
Mobile-robotics
Commits
e63efb16
Commit
e63efb16
authored
2 years ago
by
Ryan Lewis
Browse files
Options
Downloads
Patches
Plain Diff
Updated container, added pull.sh
parent
9c7b8233
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rob530_dev/Dockerfile
+1
-1
1 addition, 1 deletion
rob530_dev/Dockerfile
rob530_dev/pull.sh
+6
-0
6 additions, 0 deletions
rob530_dev/pull.sh
with
7 additions
and
1 deletion
rob530_dev/Dockerfile
+
1
−
1
View file @
e63efb16
...
...
@@ -20,6 +20,6 @@ RUN apt-get update && apt-get install -y \
&&
rm
-rf
/var/lib/apt/lists/
*
# Install pip3 packages
RUN
pip3
install
numpy scipy pyyaml matplotlib sympy
RUN
pip3
install
numpy scipy pyyaml matplotlib sympy
tk
CMD
["bash"]
This diff is collapsed.
Click to expand it.
rob530_dev/pull.sh
0 → 100755
+
6
−
0
View file @
e63efb16
#! /bin/bash
#Script Configuration
source
.env
docker pull
$IMAGE
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