Spaces:
Runtime error
Runtime error
denizaybey
commited on
Commit
•
0d9acbc
1
Parent(s):
7614c3a
Updating the Base Image
Browse filesCurrent 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.
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM nvidia/cuda:
|
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
|