Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyPCC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LOFAR2.0
PyPCC
Commits
5a2e776a
Commit
5a2e776a
authored
3 years ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
Fix moving all python files to docker image context
parent
9173ddeb
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!17
Fix moving all python files to docker image context
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-3
4 additions, 3 deletions
Dockerfile
with
4 additions
and
3 deletions
Dockerfile
+
4
−
3
View file @
5a2e776a
FROM
ubuntu:20.04
FROM
ubuntu:20.04
COPY
requirements.txt /requirements.txt
# Just copy everything
COPY
. /pypcc
RUN
apt-get update
&&
apt-get
install
-y
python3 python3-pip python3-yaml git
&&
\
RUN
apt-get update
&&
apt-get
install
-y
python3 python3-pip python3-yaml git
&&
\
pip3
install
-r
requirements.txt
pip3
install
-r
/pypcc/
requirements.txt
WORKDIR
.
/
WORKDIR
/
pypcc
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