Skip to content

Commit

Permalink
wip: test
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova authored Jun 12, 2024
1 parent 590a216 commit ac14968
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 335 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN npm install -g \

ENV PATH="/root/.poetry/bin:${PATH}" \
POETRY_VIRTUALENVS_CREATE=false \
POETRY_VERSION=1.1.6
POETRY_VERSION=1.1.14

WORKDIR /code

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN npm install -g \

ENV PATH="/root/.poetry/bin:${PATH}" \
POETRY_VIRTUALENVS_CREATE=false \
POETRY_VERSION=1.1.6
POETRY_VERSION=1.1.14

WORKDIR /code

Expand All @@ -93,8 +93,8 @@ RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/4ec09d4e6b8

COPY . .

RUN poetry export --without-hashes -E all -f requirements.txt > requirements.poetry.txt && \
pip install --ignore-installed --src /opt/python-git-modules/ --requirement requirements.poetry.txt && \
RUN poetry export --without-hashes -E all -E xrootd -f requirements.txt > requirements.poetry.txt && \
pip install --ignore-installed --requirement requirements.poetry.txt && \
pip install -e .

WORKDIR /usr/var/inspirehep-instance/static
Expand Down
Loading

0 comments on commit ac14968

Please sign in to comment.