Skip to content

Commit 477b826

Browse files
committed
Merge branch 'ko3n1g/ci/fix-apt' into 'main'
ci: Fix apt-get install See merge request ADLR/megatron-lm!1983
2 parents 54eff27 + 9d05a1c commit 477b826

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.ci

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ RUN cd /tmp && \
5050
##### For Mamba end #####
5151

5252
##### For JET-API start #####
53-
RUN apt-get install -y python3-venv && \
53+
RUN apt-get update && \
54+
apt-get install -y python3-venv && \
5455
apt-get clean -y && \
5556
python -m venv /opt/jet
5657
##### For JET-API end #####

0 commit comments

Comments
 (0)