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 27026ee commit b1d1bc4
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 sheel init
RUN micromamba shell init
# # Activate pynteny environment by default
RUN echo "conda activate pynteny-dev" >> ../root/.bashrc
RUN source ../root/.bashrc

0 comments on commit b1d1bc4

Please sign in to comment.