pcuenq HF staff commited on
Commit
ef41e1c
·
verified ·
1 Parent(s): 1476b80

Attempt to fix apt install

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
3
  ENV DEBIAN_FRONTEND=noninteractive
4
  RUN apt-get update && \
5
  apt-get upgrade -y && \
6
- apt-get install -y --no-install-recommends \
7
  git \
8
  git-lfs \
9
  wget \
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
  RUN apt-get update && \
5
  apt-get upgrade -y && \
6
+ apt-get install -y --no-install-recommends --fix-missing \
7
  git \
8
  git-lfs \
9
  wget \