Skip to content

Commit

Permalink
Update BASE_IMAGE in Dockerfile, closes #799
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Oct 16, 2024
1 parent 2635ac5 commit 1ca51e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set base image
ARG BASE_IMAGE=ubuntu:20.04
ARG BASE_IMAGE=python:3.9-slim
FROM $BASE_IMAGE

# Install GPU-enabled version of PyTorch if set
Expand All @@ -9,7 +9,7 @@ ARG GPU
ARG TARGETARCH

# Set Python version (i.e. 3, 3.9)
ARG PYTHON_VERSION=3.9
ARG PYTHON_VERSION=3

# List of txtai components to install
ARG COMPONENTS=[all]
Expand Down

0 comments on commit 1ca51e5

Please sign in to comment.