Skip to content

Commit ade05a7

Browse files
committed
wip docker fix
1 parent 5ff0f5a commit ade05a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ COPY . /root/pantograph
1414
WORKDIR /root/pantograph
1515

1616
RUN poetry build &&\
17-
poetry install
17+
poetry install --with dev

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = "^3.10"
1414
generate-setup-file = false
1515
script = "build.py"
1616

17-
[tool.poetry.group.dev.dependencies]
17+
[tool.poetry.dev-dependencies]
1818
# Experiment related dependencies here to not clutter the main project dependencies.
1919
notebook = "^7.2.1"
2020
numpy = "^1.26.4"

0 commit comments

Comments
 (0)