Skip to content

Commit

Permalink
Merge pull request #10 from bioimage-io/dev
Browse files Browse the repository at this point in the history
Bump bioengine
  • Loading branch information
ctr26 committed Oct 4, 2024
2 parents 6af2c5a + ed27305 commit c807eef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions environments/bioengine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ghcr.io/amun-ai/hypha:0.15.51
# WORKDIR /app
FROM ghcr.io/amun-ai/hypha:0.20.35.post2
COPY . /app
USER root
RUN pip install -r /app/requirements.txt
RUN pip install /app
USER hypha

0 comments on commit c807eef

Please sign in to comment.