File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ COPY --chown=amp:amp apps/ ./apps/
6464COPY --chown=amp:amp data/ ./data/
6565COPY --chown=amp:amp pyproject.toml README.md ./
6666
67- # Install the amp package in the system Python
68- RUN uv pip install --system --no-cache -e .
67+ # Install the amp package in the system Python (NOT editable for Docker)
68+ RUN uv pip install --system --no-cache .
6969
7070# Switch to non-root user
7171USER amp
Original file line number Diff line number Diff line change 1818 spec :
1919 containers :
2020 - name : loader
21- image : ghcr.io/edgeandnode/amp-python:sha-b2b10aa
21+ image : ghcr.io/edgeandnode/amp-python:pr-13
2222 imagePullPolicy : Always
2323
2424 # Command line arguments for the loader
Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ test = [
8989requires = [" hatchling" ]
9090build-backend = " hatchling.build"
9191
92+ [tool .hatch .build .targets .wheel ]
93+ packages = [" src/amp" ]
94+
9295[tool .pytest .ini_options ]
9396pythonpath = [" ." ]
9497testpaths = [" tests" ]
You can’t perform that action at this time.
0 commit comments