Skip to content

Commit

Permalink
[Update] : Need to explicitly install libglib2 with ubuntu22 upgrade,…
Browse files Browse the repository at this point in the history
… for using this image for finetuning
  • Loading branch information
yeshsurya authored Dec 12, 2024
1 parent 90d7a96 commit 3dd1512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu118-py310-torch222:{{latest-image-tag:biweekly\.\d{6}\.\d{1}.*}}

USER root
RUN apt-get -y update
RUN apt-get -y update && apt-get install -y libglib2.0-0

# Install required packages from pypi
COPY requirements.txt .
Expand Down

0 comments on commit 3dd1512

Please sign in to comment.