none
commited on
Commit
•
e2b04d6
1
Parent(s):
21d1d68
typo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# build with: docker build . --tag sctg/roco-idefics3:0.0.6 --tag sctg/roco-idefics3:latest --push
|
2 |
# run with
|
3 |
# docker run --gpus all --user=42420:42420 -p 8080:8080 -e HF_TOKEN=hf_TOKEN -it sctg/roco-idefics3:0.0.6 bash -i /start.sh sleep infinity hf_TOKEN
|
4 |
-
# docker run --gpus all --user=42420:42420 -p 8080:8080 -it sctg/roco-idefics3:0.0.
|
5 |
FROM nvidia/cuda:11.6.1-devel-ubuntu20.04
|
6 |
ARG NODE_MAJOR="20"
|
7 |
RUN /usr/sbin/addgroup --gid 42420 ovh
|
|
|
1 |
# build with: docker build . --tag sctg/roco-idefics3:0.0.6 --tag sctg/roco-idefics3:latest --push
|
2 |
# run with
|
3 |
# docker run --gpus all --user=42420:42420 -p 8080:8080 -e HF_TOKEN=hf_TOKEN -it sctg/roco-idefics3:0.0.6 bash -i /start.sh sleep infinity hf_TOKEN
|
4 |
+
# docker run --gpus all --user=42420:42420 -p 8080:8080 -it sctg/roco-idefics3:0.0.6 bash -i /start.sh python /learn.py hf_...
|
5 |
FROM nvidia/cuda:11.6.1-devel-ubuntu20.04
|
6 |
ARG NODE_MAJOR="20"
|
7 |
RUN /usr/sbin/addgroup --gid 42420 ovh
|