Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Robaina committed Sep 10, 2023
1 parent 4489684 commit a9c6d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ RUN chmod ugo+rw /opt/conda/envs/pynteny-dev/lib/python3.10/site-packages
# Initialize conda for default user
RUN micromamba shell init --shell=bash
# # Activate pynteny environment by default
RUN echo "conda activate pynteny-dev" >> ../root/.bashrc
RUN echo "micromamba activate pynteny-dev" >> ../root/.bashrc
RUN source ../root/.bashrc

0 comments on commit a9c6d82

Please sign in to comment.