Skip to content

Commit

Permalink
fix: change docs build to combine all dependencies in one file
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose authored Nov 8, 2024
1 parent 184663e commit fb51025
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ COPY . /map2loop
WORKDIR /map2loop

COPY dependencies.txt dependencies.txt
COPY dependencies.txt dependenciesdocs.txt

RUN cat ./docs/requirements.txt >> dependenciesdocs.txt
RUN conda install -c conda-forge -c loop3d --file dependencies.txt -y
RUN conda install -c conda-forge -c loop3d --file ./docs/requirements.txt -y

RUN pip install .

WORKDIR /
WORKDIR /

0 comments on commit fb51025

Please sign in to comment.