Skip to content

Commit

Permalink
FIX run command in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd authored Oct 17, 2023
1 parent d88a42b commit c18ec02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raft-ann-bench/gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY condarc /opt/conda/.condarc

# Also add the conda_prefix config to the global bashrc file so that all users have it correctly configured.
RUN mkdir /data && chmod 777 /data \
ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh; \
&& ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh; \
echo ". /opt/conda/etc/profile.d/conda.sh; conda activate base" >> /etc/bash.bashrc

# temporarily downgrade conda from 23.9.0 due to https://github.com/mamba-org/mamba/issues/2882
Expand Down

0 comments on commit c18ec02

Please sign in to comment.