Skip to content

Commit e47757d

Browse files
committed
fix echo
1 parent 5b157a6 commit e47757d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ COPY environment.yml .
3131
RUN mamba env update -n basesspcloud -f environment.yml
3232

3333
# 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
34+
RUN echo '. "/home/coder/local/bin/conda/etc/profile.d/conda.sh"' >> /home/coder/.bashrc
35+
RUN echo 'conda activate basesspcloud' >> /home/coder/.bashrc
3636
ENV PATH="/home/coder/local/bin/conda/envs/basesspcloud/bin:${PATH}"
3737
RUN echo "export PATH=$PATH" >> /home/coder/.bashrc
3838

0 commit comments

Comments
 (0)