Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cia23 committed Oct 25, 2023
1 parent 8736c56 commit 35ca22e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ COPY --chown=$MAMBA_USER:$MAMBA_USER dist/*.whl /tmp/
WORKDIR /app

RUN micromamba install -y -n base -f /tmp/environment.yml && \
micromamba install -c conda-forge -n base gcc gxx_impl_linux-64 gxx_linux-64 binutils_impl_linux-64 && \
micromamba install -c conda-forge -n base binutils && \
micromamba clean --all --yes

ARG MAMBA_DOCKERFILE_ACTIVATE=1
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ dependencies = [
"lxml",
"numpy",
"numba",
"hdf5plugin",
"pyarrow",
"hdf5plugin>=3.10.0",
"ms2ml @ git+https://github.com/wfondrie/ms2ml.git@encyclopedia-update"
]
dynamic = ["version"]
Expand Down

0 comments on commit 35ca22e

Please sign in to comment.