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 3fda0dc commit 4489684
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 @@ -21,7 +21,7 @@ RUN poetry build && pip install dist/pynteny*.whl && pynteny --help
RUN chmod ugo+rw /opt/conda/envs/pynteny-dev/lib/python3.10/site-packages

# Initialize conda for default user
RUN micromamba shell init -s bash
RUN micromamba shell init --shell=bash
# # Activate pynteny environment by default
RUN echo "conda activate pynteny-dev" >> ../root/.bashrc
RUN source ../root/.bashrc

0 comments on commit 4489684

Please sign in to comment.