Skip to content

Commit

Permalink
FIX typo in cpu dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd authored Oct 17, 2023
1 parent c18ec02 commit e3940a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raft-ann-bench/cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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; \
&& echo ". /opt/conda/etc/profile.d/conda.sh; conda activate base" >> /etc/bash.bashrc
echo ". /opt/conda/etc/profile.d/conda.sh; conda activate base" >> /etc/bash.bashrc

# Install python before updating environment, otherwise Python 3.9 image
# runs into a solver conflict with truststore 0.8.0. This avoids the environment installing
Expand Down

0 comments on commit e3940a7

Please sign in to comment.