Skip to content

Commit

Permalink
update base build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 6, 2024
1 parent 8eeede8 commit bdf40ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ RUN mkdir -p /Pysces \
&& mkdir -p /Pysces/psc \
&& mkdir -p /root/Pysces \
&& mkdir -p /root/Pysces/psc \
&& mkdir config \
&& conda env create -n server -f environment.base.yml -y \
&& echo "conda activate server" >> ~/.bashrc \
&& source ~/.bashrc \
&& conda env export --no-builds > config/environment.base.lock.yml \
&& conda env export --no-builds -f config/environment.base.lock.yml \
&& rm -f environment.base.yml


Expand Down

0 comments on commit bdf40ac

Please sign in to comment.