Skip to content

Commit 2ef8a5f

Browse files
committed
Fix Dockerfile
1 parent f1d3c97 commit 2ef8a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ COPY packages.txt ./
1111
RUN apt-get update && apt-get install -y $(cat packages.txt) && rm -rf /var/lib/apt/lists/*
1212

1313
COPY requirements.txt ./
14+
COPY tools/splat/requirements.txt tools/splat/
1415
RUN pip3 install -r requirements.txt --break-system-packages
1516

1617
# Symlink dino.py

0 commit comments

Comments
 (0)