Spaces:
Sleeping
Sleeping
Update requirements.txt
#1
by
readysetgo
- opened
- Dockerfile +2 -2
- requirements.txt +3 -3
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
FROM nvidia/cuda:
|
2 |
|
3 |
ENV DEBIAN_FRONTEND=noninteractive \
|
4 |
-
TZ=
|
5 |
|
6 |
# Remove any third-party apt sources to avoid issues with expiring keys.
|
7 |
# Install some basic utilities
|
|
|
1 |
+
FROM nvidia/cuda:11.3.1-base-ubuntu20.04
|
2 |
|
3 |
ENV DEBIAN_FRONTEND=noninteractive \
|
4 |
+
TZ=Europe/Paris
|
5 |
|
6 |
# Remove any third-party apt sources to avoid issues with expiring keys.
|
7 |
# Install some basic utilities
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
jupyterlab
|
2 |
-
jupyter-server
|
3 |
-
tornado
|
|
|
1 |
+
jupyterlab==4.0.5
|
2 |
+
jupyter-server==2.7.1
|
3 |
+
tornado==6.3.3
|