We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b157a6 commit e47757dCopy full SHA for e47757d
Dockerfile
@@ -31,8 +31,8 @@ COPY environment.yml .
31
RUN mamba env update -n basesspcloud -f environment.yml
32
33
# Use basesspcloud env by default
34
-RUN '. "/home/coder/local/bin/conda/etc/profile.d/conda.sh"' >> /home/coder/.bashrc
35
-RUN 'conda activate basesspcloud' >> /home/coder/.bashrc
+RUN echo '. "/home/coder/local/bin/conda/etc/profile.d/conda.sh"' >> /home/coder/.bashrc
+RUN echo 'conda activate basesspcloud' >> /home/coder/.bashrc
36
ENV PATH="/home/coder/local/bin/conda/envs/basesspcloud/bin:${PATH}"
37
RUN echo "export PATH=$PATH" >> /home/coder/.bashrc
38
0 commit comments