Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
eossr
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ESCAPE2020
WP3
eossr
Commits
9a97cc87
Commit
9a97cc87
authored
3 years ago
by
Vuillaume
Browse files
Options
Downloads
Plain Diff
Merge branch 'docker_local' into 'master'
Fix Docker local install See merge request
!172
parents
9e70b046
6061fd27
No related branches found
Branches containing commit
Tags
v0.5
Tags containing commit
1 merge request
!172
Fix Docker local install
Pipeline
#166243
passed
3 years ago
Stage: test
Stage: build_containers
Stage: zenodo
Stage: pypi_publish
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
README.md
+2
-2
2 additions, 2 deletions
README.md
with
3 additions
and
3 deletions
Dockerfile
+
1
−
1
View file @
9a97cc87
...
...
@@ -4,7 +4,7 @@ SHELL [ "/bin/bash", "-c"]
RUN
apt update
COPY
. eossr
RUN
pip
install
eossr
RUN
pip
install
"./
eossr
"
RUN
rm
-rf
eossr
ENTRYPOINT
/bin/bash
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
9a97cc87
...
...
@@ -56,13 +56,13 @@ Note that `latest` tag always point to the latest stable released container.
```
git clone https://gitlab.in2p3.fr/escape2020/wp3/eossr.git
pip install -e eossr
pip install -e
"./
eossr
"
```
#### Running tests
To run tests locally, run:
```
pip install -e "eossr[tests]"
pip install -e "
./
eossr[tests]"
pytest eossr
```
...
...
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