Skip to content

Commit

Permalink
update dockerfile and container configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Ejarque committed Jan 25, 2024
1 parent edf203d commit a5c1c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN export VERSION=3.10.0 && wget https://github.com/sylabs/singularity/releases
cd .. && rm -r singularity-ce-${VERSION}*

RUN git clone https://github.com/eflows4hpc/image_creation.git /image_creation && mv /image_creation/config/configuration.docker.py /image_creation/config/configuration.py && pip3 --no-cache-dir install -r /image_creation/requirements-library.txt
RUN git clone https://github.com/eflows4hpc/software-catalog.git /software-catalog

ENV PYTHONPATH=/image_creation:$PYTHONPATH

2 changes: 1 addition & 1 deletion config/configuration.docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
build_cfg = {
"tmp_folder":"/tmp",
"builder_home": "/image_creation/",
"base_image": "ghcr.io/eflows4hpc/spack_base:0.19.2",
"base_image": "ghcr.io/eflows4hpc/spack_base:0.20.1",
"dockerfile": "Dockerfile.spack",
"spack_cfg":"/software-catalog/cfg",
"max_concurrent_builds" : 3,
Expand Down

0 comments on commit a5c1c8b

Please sign in to comment.