Skip to content

Commit

Permalink
changed my mind about requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan committed May 27, 2024
1 parent 73800fe commit 1c51cae
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 160 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,4 @@ pyroengine/version.py
*.pth
*.onnx
# Release
conda-dist/

src/requirements.txt
conda-dist/
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ test:
single-docs:
sphinx-build docs/source docs/_build -a

# Build the docker
build-app:

# update requirements.txt
lock:
cd src; poetry lock
cd src; poetry export -f requirements.txt --without-hashes --output requirements.txt

# Build the docker
build-app:
docker build . -t pyronear/pyro-engine:python3.8.1-slim
docker build . -t pyronear/pyro-engine:latest

Expand Down
Loading

0 comments on commit 1c51cae

Please sign in to comment.