Skip to content

Commit

Permalink
feat: Update Dockerfile to ctranslate 3.20.0 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Sep 19, 2023
1 parent de3a227 commit 61ade26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/opennmt/ctranslate2:3.17.1-ubuntu20.04-cuda11.2 as source
FROM ghcr.io/opennmt/ctranslate2:3.20.0-ubuntu20.04-cuda11.2 as source
FROM nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04 as builder

ENV CTRANSLATE2_ROOT=/opt/ctranslate2
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
cargo build --features link_shared --release && \
cp target/release/tabby /opt/tabby/bin/

FROM ghcr.io/opennmt/ctranslate2:3.17.1-ubuntu20.04-cuda11.2
FROM ghcr.io/opennmt/ctranslate2:3.20.0-ubuntu20.04-cuda11.2

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 61ade26

Please sign in to comment.