marks
commited on
Commit
·
2935c37
1
Parent(s):
41b30a0
Base
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM nvidia/cuda:12.4.
|
2 |
RUN apt-get update && apt-get install -y python3 python3-pip wget
|
3 |
RUN wget --header="Authorization: Bearer ${HF_TOKEN}" https://huggingface.co/nvidia/Hymba-1.5B-Base/resolve/main/setup.sh
|
4 |
RUN bash setup.sh
|
|
|
1 |
+
FROM nvidia/cuda:12.4.0-runtime-ubuntu20.04
|
2 |
RUN apt-get update && apt-get install -y python3 python3-pip wget
|
3 |
RUN wget --header="Authorization: Bearer ${HF_TOKEN}" https://huggingface.co/nvidia/Hymba-1.5B-Base/resolve/main/setup.sh
|
4 |
RUN bash setup.sh
|