Skip to content

Commit

Permalink
yet another try
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiBoether committed Dec 10, 2024
1 parent f3bfcf0 commit 8fb7c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN chown -R appuser /src
USER appuser
ENV CONDA_DEFAULT_ENV modyn
ENV MAMBA_DEFAULT_ENV modyn
RUN /bin/bash -c "mamba shell init"
RUN /bin/bash -c "mamba shell init bash"
RUN echo "mamba activate modyn" >> /home/appuser/.bashrc

# set environment variable to tell modyn that it is running in a container
Expand Down

0 comments on commit 8fb7c72

Please sign in to comment.