Skip to content

Commit

Permalink
Conda on alma is in different location
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Feb 29, 2024
1 parent d5b0c14 commit 63885c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coffea-base/Dockerfile.almalinux8
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN mamba install --yes python=${PYTHON_VERSION} \
&& mamba clean -y --all

# Make a symbolic link between installation /opt/conda/etc/grid-security and actual directory /etc/grid-security
RUN ln -s /opt/conda/etc/grid-security /etc/grid-security && \
RUN ln -s /usr/local/etc/grid-security /etc/grid-security && \
curl -L https://github.com/opensciencegrid/osg-vo-config/archive/refs/heads/master.tar.gz | \
tar -xz --strip-components=1 --directory=/etc/grid-security --wildcards */vomses */vomsdir && \
mv /etc/grid-security/vomses /etc
2 changes: 1 addition & 1 deletion coffea-dask/Dockerfile.almalinux8
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN mamba install --yes python=${PYTHON_VERSION} \
&& mamba clean -y --all

# Make a symbolic link between installation /opt/conda/etc/grid-security and actual directory /etc/grid-security
RUN ln -s /opt/conda/etc/grid-security /etc/grid-security && \
RUN ln -s /usr/local/etc/grid-security /etc/grid-security && \
curl -L https://github.com/opensciencegrid/osg-vo-config/archive/refs/heads/master.tar.gz | \
tar -xz --strip-components=1 --directory=/etc/grid-security --wildcards */vomses */vomsdir && \
mv /etc/grid-security/vomses /etc

0 comments on commit 63885c5

Please sign in to comment.