Skip to content

Commit

Permalink
fix base file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Oct 30, 2024
1 parent 098c642 commit 49a4615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN echo "BioCompose Server" > /app/README.md \
&& mkdir -p /Pysces/psc \
&& mkdir -p /root/Pysces \
&& mkdir -p /root/Pysces/psc \
&& chmod ugo+rw -R /Pysces \
&& chmod ugo+rw -R /Pysces

# set conda to use path and create env
RUN conda env create -f /tmp/environment.yml
Expand Down

0 comments on commit 49a4615

Please sign in to comment.