Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Feb 26, 2025
1 parent 8c11e29 commit f33c4a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neurosift_job_runner_2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN conda install -y -c conda-forge opencv
COPY pyproject.toml /app/
COPY src /app/src/

WORKDIR /app

# Install the package and its dependencies
RUN pip install --no-cache-dir -e .

Expand Down

0 comments on commit f33c4a9

Please sign in to comment.