Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
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
containers
eic_container
Merge requests
!474
feat: py-minkowskiengine
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
feat: py-minkowskiengine
wdconinc-master-patch-02750
into
master
Overview
1
Commits
2
Pipelines
0
Changes
2
Closed
Wouter Deconinck
requested to merge
wdconinc-master-patch-02750
into
master
2 years ago
Overview
1
Commits
2
Pipelines
0
Changes
4
Expand
Stuck on pip pre-23.1 due to install-option requirement.
Edited
1 year ago
by
Wouter Deconinck
0
0
Merge request reports
Compare
version 2
version 20
702da01d
1 year ago
version 19
6e18f9dc
1 year ago
version 18
6dab257e
1 year ago
version 17
b5aeca24
1 year ago
version 16
5ba3cffc
1 year ago
version 15
51aae168
1 year ago
version 14
3b9a22a9
2 years ago
version 13
1e58898d
2 years ago
version 12
9cb42268
2 years ago
version 11
3cd03347
2 years ago
version 10
35592844
2 years ago
version 9
b91d1f62
2 years ago
version 8
10ef4138
2 years ago
version 7
abc27ccb
2 years ago
version 6
36e571c4
2 years ago
version 5
47655ec5
2 years ago
version 4
e9cfdc33
2 years ago
version 3
3a25aa3e
2 years ago
version 2
225e9f70
2 years ago
version 1
d5d860b4
2 years ago
master (base)
and
version 10
latest version
564fca45
2 commits,
1 year ago
version 20
702da01d
2 commits,
1 year ago
version 19
6e18f9dc
4 commits,
1 year ago
version 18
6dab257e
4 commits,
1 year ago
version 17
b5aeca24
5 commits,
1 year ago
version 16
5ba3cffc
4 commits,
1 year ago
version 15
51aae168
4 commits,
1 year ago
version 14
3b9a22a9
4 commits,
2 years ago
version 13
1e58898d
4 commits,
2 years ago
version 12
9cb42268
11 commits,
2 years ago
version 11
3cd03347
10 commits,
2 years ago
version 10
35592844
9 commits,
2 years ago
version 9
b91d1f62
9 commits,
2 years ago
version 8
10ef4138
8 commits,
2 years ago
version 7
abc27ccb
7 commits,
2 years ago
version 6
36e571c4
6 commits,
2 years ago
version 5
47655ec5
5 commits,
2 years ago
version 4
e9cfdc33
4 commits,
2 years ago
version 3
3a25aa3e
3 commits,
2 years ago
version 2
225e9f70
2 commits,
2 years ago
version 1
d5d860b4
1 commit,
2 years ago
Show latest version
4 files
+
17
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
containers/jug/xl.Dockerfile
+
8
−
9
Options
@@ -90,27 +90,26 @@ ARG CAMPAIGNS_HEPMC3_VERSION="main"
ARG
CAMPAIGNS_CONDOR_VERSION="main"
ARG
CAMPAIGNS_SLURM_VERSION="main"
## cache bust when updated repositories
ADD
${EICWEB}/482/repository/tree?ref=
${CAMPAIGNS_SINGLE_VERSION} /tmp/
482
.json
ADD
${EICWEB}/483/repository/tree?ref=
${CAMPAIGNS_HEPMC3_VERSION} /tmp/
48
3.json
ADD
${EICWEB}/484/repository/tree?ref=
${CAMPAIGNS_CONDOR_VERSION} /tmp/
484
.json
ADD
${EICWEB}/485/repository/tree?ref=
${CAMPAIGNS_SLURM_VERSION} /tmp/
485
.json
ADD
https://api.github.com/repos/eic/simulation_campaign_single/commits/
${CAMPAIGNS_SINGLE_VERSION} /tmp/
simulation_campaign_single
.json
ADD
https://api.github.com/repos/eic/simulation_campaign_hepmc3/commits/
${CAMPAIGNS_HEPMC3_VERSION} /tmp/
simulation_campaign_hepmc
3.json
ADD
https://api.github.com/repos/eic/job_submission_condor/commits/
${CAMPAIGNS_CONDOR_VERSION} /tmp/
job_submission_condor
.json
ADD
https://api.github.com/repos/eic/job_submission_slurm/commits/
${CAMPAIGNS_SLURM_VERSION} /tmp/
job_submission_slurm
.json
RUN
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_SINGLE_VERSION
}
--depth
1
\
https://
eicweb.phy.anl.gov/EIC/
campaign
s/
single.git
\
https://
github.com/eic/simulation_
campaign
_
single.git
single
\
&&
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_HEPMC3_VERSION
}
--depth
1
\
https://
eicweb.phy.anl.gov/EIC/
campaign
s/
hepmc3.git
\
https://
github.com/eic/simulation_
campaign
_
hepmc3.git
hepmc3
\
&&
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_CONDOR_VERSION
}
--depth
1
\
https://
eicweb.phy.anl.gov/EIC/campaigns/
condor.git
\
https://
github.com/eic/job_submission_
condor.git
condor
\
&&
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_SLURM_VERSION
}
--depth
1
\
https://eicweb.phy.anl.gov/EIC/campaigns/slurm.git
https://github.com/eic/job_submission_slurm.git slurm
## also install detector/ip geometries into opt
ARG
NIGHTLY=''
## cache bust when updated repositories
Loading