Commit 6bf4d76f authored by Eric Duminil's avatar Eric Duminil
Browse files

Env wasn't needed at all

parent 3ff27ced
...@@ -49,9 +49,6 @@ COPY --chown=simstadt:simstadt pyproject.toml uv.lock README.md ./ ...@@ -49,9 +49,6 @@ COPY --chown=simstadt:simstadt pyproject.toml uv.lock README.md ./
RUN uv sync --frozen --no-install-project RUN uv sync --frozen --no-install-project
RUN uv pip install simstadt RUN uv pip install simstadt
# Lets `simstadt <template-name> <citygml>` work out of the box using the templates
# bundled with the PyPI package, without requiring users to mount/supply their own.
ENV SIMSTADT_TEMPLATE_PATH=/opt/venv/lib/python3.11/site-packages/simstadt/templates
RUN simstadt --install RUN simstadt --install
COPY --chown=simstadt:simstadt tests ./tests COPY --chown=simstadt:simstadt tests ./tests
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment