Skip to content
Snippets Groups Projects
Unverified Commit e1cffcea authored by Alexandru-Mihai GHERGHESCU's avatar Alexandru-Mihai GHERGHESCU
Browse files

Fix shared memory error in Docker

parent b50cf31e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
# current folder
# build image with: `docker build -t gitlab.cs.pub.ro:5050/netsys/llama-images:llama-13b-chat -f Dockerfile-13b-chat .`
# run image with: `docker run -it --gpus all gitlab.cs.pub.ro:5050/netsys/llama-images:llama-13b-chat`
# run image with: `docker run -it --gpus all --shm-size 200mb gitlab.cs.pub.ro:5050/netsys/llama-images:llama-13b-chat`
FROM condaforge/mambaforge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment