Skip to content

Commit

Permalink
Fix dunamai
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Oct 17, 2023
1 parent 0c60206 commit 1d01a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions binder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
FROM apnpucky/gentoo-hepi

RUN lhapdf install cteq6l1 cteq66 CT14lo CT14nlo

ARG NB_USER=jovyan
ARG NB_UID=1000
ENV USER ${NB_USER}
ENV NB_UID ${NB_UID}
ENV HOME /home/${NB_USER}

RUN useradd --shell /bin/bash --comment "Default user" --non-unique --uid ${NB_UID} ${NB_USER}

# Make sure the contents of our repo are in ${HOME}
COPY . ${HOME}
USER root
RUN chown -R ${NB_UID} ${HOME}
WORKDIR ${HOME}
USER ${NB_USER}
ENV PATH "$PATH:${HOME}/.local/bin"

RUN python3 -m pip install --no-cache-dir --break-system-packages notebook jupyterlab jupyterhub hepi
RUN python3 -m pip install --no-cache-dir --break-system-packages notebook jupyterlab jupyterhub =hepi
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry-dynamic-versioning]
enable = false
enable = true
vcs = "git"
style = "pep440"
dirty = true
Expand Down

0 comments on commit 1d01a9f

Please sign in to comment.