From e1cffcea2d854e7365ecc7e43310a49a541527d9 Mon Sep 17 00:00:00 2001
From: Alexandru Gherghescu <gherghescu_alex1@yahoo.ro>
Date: Sat, 25 Nov 2023 13:41:34 +0200
Subject: [PATCH] Fix shared memory error in Docker

---
 Dockerfile-13b-chat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile-13b-chat b/Dockerfile-13b-chat
index 31a28e4..0ca12b1 100644
--- a/Dockerfile-13b-chat
+++ b/Dockerfile-13b-chat
@@ -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
 
-- 
GitLab