Skip to content

Commit

Permalink
chore: Setting package mode for ingestion_tools (#395)
Browse files Browse the repository at this point in the history
* Setting package mode for ingestion_tools

* Updating toml

* Adding back name anad version to poetry config

* Adding build system

* Updating cryoet-data-portal-neuroglancer version
  • Loading branch information
manasaV3 authored Jan 7, 2025
1 parent 53bee55 commit de97953
Show file tree
Hide file tree
Showing 3 changed files with 359 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ingestion_tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ ENV IMOD_DIR /usr/local/IMOD

# Get our packaging house in order
RUN pip install --upgrade pip
ENV POETRY_VERSION=1.8.3
ENV POETRY_VERSION=2.0.0
RUN python3 -m pip install --no-cache-dir poetry==$POETRY_VERSION

# Install our dependencies
COPY pyproject.toml poetry.lock ./
RUN poetry config virtualenvs.create false
ENV PYTHONPATH=.
RUN poetry install
RUN poetry install --no-root

COPY . ./ingestion_tools/
WORKDIR /usr/src/app/ingestion_tools/scripts
Loading

0 comments on commit de97953

Please sign in to comment.