Skip to content

Commit bc2df82

Browse files
committed
Remove wrong comment and unneccessary cleanup.
1 parent 5073580 commit bc2df82

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@ RUN apt-get update && \
1616
gcc \
1717
g++ \
1818
libgfortran5 \
19-
libgomp1 && \
20-
rm -rf /var/lib/apt/lists/*
19+
libgomp1
2120

2221
# Copy project files
2322
COPY pyproject.toml .
2423
COPY fingr.py .
2524

2625
# Install dependencies with uv
2726
# UV_COMPILE_BYTECODE: Precompile Python files to .pyc for faster startup
28-
# UV_LINK_MODE: Use hardlinks to save space
2927
ENV UV_COMPILE_BYTECODE=1 \
3028
UV_LINK_MODE=copy
3129

0 commit comments

Comments
 (0)