Skip to content

Commit

Permalink
Update 'metadig-worker' Docker file to pip install 'cython'
Browse files Browse the repository at this point in the history
  • Loading branch information
doulikecookiedough committed Dec 19, 2024
1 parent 6ca418b commit 826efae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/metadig-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN Rscript -e "remotes::install_github('NCEAS/metadig-rake', ref = 'develop')"
RUN mkdir -p /etc/dataone/index && touch /etc/dataone/index/d1client.properties && touch /etc/dataone/node.properties && touch /etc/dataone/index/cn-index-processor.properties

COPY Docker/metadig-worker/requirements.txt /opt/local/metadig/
RUN pip install meson meson-python ninja
RUN pip install cython meson meson-python ninja
RUN pip install -r /opt/local/metadig/requirements.txt

# Run the Worker process
Expand Down

0 comments on commit 826efae

Please sign in to comment.