mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 13:45:19 -04:00
parent
a8a95e500c
commit
fd1a950bc3
3 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
|
|||
zstd \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG SPACK_CACHE="gs://cp2k-spack-cache"
|
||||
ARG SPACK_CACHE="s3://spack-cache --s3-endpoint-url=http://localhost:9000"
|
||||
|
||||
WORKDIR /opt
|
||||
COPY . cp2k/
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
|
|||
zstd \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG SPACK_CACHE="gs://cp2k-spack-cache"
|
||||
ARG SPACK_CACHE="s3://spack-cache --s3-endpoint-url=http://localhost:9000"
|
||||
|
||||
WORKDIR /opt
|
||||
COPY . cp2k/
|
||||
|
|
|
|||
|
|
@ -701,7 +701,7 @@ RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
|
|||
zstd \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG SPACK_CACHE="gs://cp2k-spack-cache"
|
||||
ARG SPACK_CACHE="s3://spack-cache --s3-endpoint-url=http://localhost:9000"
|
||||
|
||||
WORKDIR /opt
|
||||
COPY . cp2k/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue