We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d3c97 commit 2ef8a5fCopy full SHA for 2ef8a5f
Dockerfile
@@ -11,6 +11,7 @@ COPY packages.txt ./
11
RUN apt-get update && apt-get install -y $(cat packages.txt) && rm -rf /var/lib/apt/lists/*
12
13
COPY requirements.txt ./
14
+COPY tools/splat/requirements.txt tools/splat/
15
RUN pip3 install -r requirements.txt --break-system-packages
16
17
# Symlink dino.py
0 commit comments