Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
6bf4d76f
Commit
6bf4d76f
authored
Sep 21, 2026
by
Eric Duminil
Browse files
Env wasn't needed at all
parent
3ff27ced
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
6bf4d76f
...
...
@@ -49,9 +49,6 @@ COPY --chown=simstadt:simstadt pyproject.toml uv.lock README.md ./
RUN
uv
sync
--frozen
--no-install-project
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
COPY
--chown=simstadt:simstadt tests ./tests
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment