mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-09 04:49:26 +00:00
fix: Fix build docker image error (#1325)
This commit is contained in:
@@ -3,7 +3,9 @@ ARG BASE_IMAGE="nvidia/cuda:11.8.0-runtime-ubuntu22.04"
|
||||
FROM ${BASE_IMAGE}
|
||||
ARG BASE_IMAGE
|
||||
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git python3 pip wget sqlite3 tzdata \
|
||||
# libpq-dev for PG
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git python3 pip \
|
||||
wget sqlite3 tzdata libpq-dev default-libmysqlclient-dev \
|
||||
&& apt-get clean
|
||||
|
||||
ARG BUILD_LOCAL_CODE="false"
|
||||
|
Reference in New Issue
Block a user