Skip to content

Commit 62a9c7b

Browse files
committed
Added pie-gpu version and sped up build with uv
1 parent 6e4c093 commit 62a9c7b

28 files changed

Lines changed: 57 additions & 487 deletions

base/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ FROM python:3.13.2-slim-bookworm
22

33
# Copy python source and requirements.
44
COPY . ./
5-
6-
# No cache to reduce image size.
7-
RUN pip install --no-deps --no-cache-dir -r requirements.txt
5+
RUN pip install --no-deps --no-cache-dir uv && uv pip install --system --no-deps --no-cache-dir -r requirements.txt
86

97
EXPOSE 8080
108

pie/TDN-1200-1600/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ARG VERSION=dev
2+
FROM instituutnederlandsetaal/galahad-taggers-pie-base:$VERSION
3+
4+
COPY --link *.tar ./model.tar

pie/TDN-1400-1600/Dockerfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

pie/TDN-1600-1900/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ARG VERSION=dev
2-
FROM instituutnederlandsetaal/taggers-dockerized-pie-base:$VERSION
2+
FROM instituutnederlandsetaal/galahad-taggers-pie-base:$VERSION
33

44
COPY --link *.tar ./model.tar

pie/TDN-ALL/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ARG VERSION=dev
2-
FROM instituutnederlandsetaal/taggers-dockerized-pie-base:$VERSION
2+
FROM instituutnederlandsetaal/galahad-taggers-pie-base:$VERSION
33

44
COPY --link *.tar ./model.tar

pie/TDN-BAB/Dockerfile

Lines changed: 0 additions & 4 deletions
This file was deleted.
-40.8 MB
Binary file not shown.

pie/TDN-BAB/config.json

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)