Skip to content

Commit

Permalink
Dockerfile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Oct 17, 2024
1 parent e3ae0e3 commit da5f3dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions macrostrat_db_insertion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ SHELL ["/bin/bash", "-c"]
RUN conda init
RUN source ~/.bashrc

RUN mkdir /working_dir
COPY . /working_dir
WORKDIR /working_dir
RUN mkdir /macrostrat_db_insertion
COPY . /macrostrat_db_insertion
WORKDIR /macrostrat_db_insertion

# Create and activate conda environment
RUN conda env create -f environment.yml
Expand Down

0 comments on commit da5f3dc

Please sign in to comment.