Skip to content

Commit

Permalink
fix: debug building docker image from poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-bunin committed Oct 20, 2023
1 parent 8fde8fd commit 12ece1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build image
run: |
cd $( dirname ${{ matrix.dockerfile.path }})
echo -e "etna[all] @ git+https://github.com/${{ github.repository }}.git@${{ github.sha }}\n" > requirements.txt
echo "etna[all] @ git+https://github.com/${{ github.repository }}.git@${{ github.sha }}" > requirements.txt
poetry export -E "all jupyter" --without-hashes --format=requirements.txt >> requirements.txt
cat requirements.txt
docker build . --tag image
Expand Down

0 comments on commit 12ece1e

Please sign in to comment.