Change from ubuntu to alpine
This commit is contained in:
@@ -7,13 +7,13 @@ ENV TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL=1
|
|||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apk add --no-cache \
|
||||||
python3-pip \
|
python3 \
|
||||||
python3-venv \
|
py3-pip \
|
||||||
git \
|
git \
|
||||||
libgl1-mesa-glx \
|
mesa-gles \
|
||||||
libglib2.0-0 \
|
glib \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user