denizaybey commited on
Commit
0d9acbc
1 Parent(s): 7614c3a

Updating the Base Image

Browse files

Current version of the JupyterLab causes issues with NVCC, in which when you try to install the `flash attention` it will never complete. With this change you can utilize the CUDA to its fullest.

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM nvidia/cuda:11.3.1-base-ubuntu20.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive \
4
  TZ=Europe/Paris
 
1
+ FROM nvidia/cuda:12.6.0-cudnn-devel-ubuntu20.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive \
4
  TZ=Europe/Paris