Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiBoether committed Dec 10, 2024
1 parent 1b95a6a commit f3bfcf0
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 init"
RUN /bin/bash -c "mamba shell init"
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 f3bfcf0

Please sign in to comment.