We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d310a commit e8bf33bCopy full SHA for e8bf33b
2 files changed
Dockerfile
@@ -5,6 +5,10 @@ WORKDIR /starplot
5
6
COPY . .
7
8
+ENV UV_PROJECT_ENVIRONMENT=/usr/local
9
+ENV STARPLOT_DATA_PATH=/starplot/data
10
+ENV PYTHONPATH=/starplot/src/
11
+
12
# Install Chinese font
13
# Noto Sans SC -> https://fonts.google.com/noto/specimen/Noto+Sans+SC
14
RUN mkdir -p /usr/share/fonts/truetype
@@ -13,11 +17,7 @@ RUN install -m644 /tmp/fonts/*.ttf /usr/share/fonts/truetype/
17
RUN fc-cache -f
18
15
19
RUN pip install uv
16
-RUN uv pip install --system -r pyproject.toml
-RUN uv pip install --system -r requirements-dev.txt
-
-ENV STARPLOT_DATA_PATH=/starplot/data
20
-ENV PYTHONPATH=/starplot/src/
+RUN uv sync --all-groups --all-extras
21
22
RUN git config --global --add safe.directory /starplot
23
requirements-dev.txt
0 commit comments