haritsahm commited on
Commit
6ef1ed1
·
1 Parent(s): f9c3dd0

add missing upgrade apt

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM nvidia/cuda:11.7.1-runtime-ubuntu22.04
2
 
3
- RUN apt update && \
4
  apt install -y bash \
5
  build-essential \
6
  git \
 
1
  FROM nvidia/cuda:11.7.1-runtime-ubuntu22.04
2
 
3
+ RUN apt update && apt upgrade -y && \
4
  apt install -y bash \
5
  build-essential \
6
  git \