Skip to content

Commit

Permalink
Add bioengine
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed May 6, 2024
1 parent add3fe4 commit a8dcb21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'environments/**/Dockerfile'
- 'Dockerfile'
workflow_dispatch:

env:
Expand Down
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ghcr.io/amun-ai/hypha:0.15.51

COPY . /app
RUN pip install -r /app/requirements.txt
RUN pip install /app

0 comments on commit a8dcb21

Please sign in to comment.