Skip to content

Commit

Permalink
update compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtatsuki05 committed Oct 14, 2024
1 parent 4f8c63c commit 1730147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Setup docker
shell: bash
run: |
docker compose build --progress=plain
docker compose up -d
docker compose build python-cpu --progress=plain
docker compose up python-cpu -d
- name: Test
run: docker compose exec python-cpu uv run tox
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
ports:
- "8888:8888"
command:
poetry run jupyter lab
uv run jupyter lab
--ip=0.0.0.0
--allow-root
--NotebookApp.token=''
Expand Down Expand Up @@ -49,7 +49,7 @@ services:
- "6006:6006"
- "8888:8888"
command:
poetry run jupyter lab
uv run jupyter lab
--ip=0.0.0.0
--allow-root
--NotebookApp.token=''
Expand Down

0 comments on commit 1730147

Please sign in to comment.