Fix typo in deb package name

This commit is contained in:
Yaser Jaradeh 2025-01-13 12:34:28 +01:00 committed by GitHub
parent ed8bf3a178
commit c22dba83a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,7 +193,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
make \
curl \
git \
python3.11-devel \
python3.11-dev \
&& rm -rf /var/lib/apt/lists/*
# Copy conda with PyTorch installed