Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KM3BUU
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
Container 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
simulation
KM3BUU
Commits
625fd0ee
Commit
625fd0ee
authored
2 years ago
by
Johannes Schumann
Browse files
Options
Downloads
Patches
Plain Diff
fix docker by using PROPOSAL latest
parent
4ba83c71
No related branches found
Branches containing commit
Tags
v0.6.2
Tags containing commit
No related merge requests found
Pipeline
#37828
failed
2 years ago
Stage: test
Stage: coverage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+8
-4
8 additions, 4 deletions
Dockerfile
with
8 additions
and
4 deletions
Dockerfile
+
8
−
4
View file @
625fd0ee
...
...
@@ -19,11 +19,15 @@ RUN cd /opt && \
ADD
. /km3buu
RUN
cd
/km3buu
&&
\
pip3
install
--upgrade
pip
&&
\
RUN
pip3
install
--upgrade
pip
&&
\
pip3
install
setuptools-scm
&&
\
pip3
install
pytest-runner
&&
\
pip3
install
conan
&&
\
pip3
install
pytest-runner
RUN
cd
/opt
&&
\
git clone https://github.com/tudo-astroparticlephysics/PROPOSAL.git
&&
cd
PROPOSAL
&&
\
pip3
install
-e
.
RUN
cd
/km3buu
&&
\
pip3
install
-e
.
&&
\
pip3
install
-e
".[dev]"
&&
\
pip3
install
-e
".[extras]"
...
...
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