Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
zesje
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Works on my machine
zesje
Commits
51cebbd8
Commit
51cebbd8
authored
5 years ago
by
Joseph Weston
Browse files
Options
Downloads
Patches
Plain Diff
add extra libraries and runtime dependencies to docker image
parent
19f83876
No related branches found
Branches containing commit
No related tags found
1 merge request
!36
Master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+9
-1
9 additions, 1 deletion
Dockerfile
with
9 additions
and
1 deletion
Dockerfile
+
9
−
1
View file @
51cebbd8
...
...
@@ -2,6 +2,14 @@ FROM continuumio/miniconda3
RUN
apt-get update
-y
&&
apt-get
install
-y
libdmtx0a libmagickwand-dev
RUN
apt-get update
&&
\
apt-get
install
-y
\
curl
\
poppler-utils build-essential libgl1-mesa-glx
\
imagemagick libsm-dev libdmtx-dev libdmtx0a libmagickwand-dev
\
&&
\
apt-get
-y
--quiet
install
git supervisor nginx
&&
\
WORKDIR
/app
ADD
environment.yml /app/environment.yml
...
...
@@ -13,4 +21,4 @@ ENV PATH /opt/conda/envs/$(head -1 /app/environment.yml | cut -d' ' -f2)/bin:$PA
RUN
rm
/app/environment.yml
CMD
bash
\ No newline at end of file
CMD
bash
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