File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ docker run -d \
8686 --name langcache-demo \
8787 --env-file .env \
8888 -p 7860:7860 \
89- gacerioni/gabs-redis-langcache:1.0.5
89+ gacerioni/gabs-redis-langcache:1.1.0
9090```
9191
9292> Apple Silicon (arm64): if needed, add ` --platform linux/amd64 ` when running the image.
@@ -100,7 +100,7 @@ docker run -d \
100100version : " 3.9"
101101services :
102102 langcache-demo :
103- image : gacerioni/gabs-redis-langcache:1.0.5
103+ image : gacerioni/gabs-redis-langcache:1.1.0
104104 # platform: linux/amd64 # uncomment on Apple Silicon if needed
105105 env_file :
106106 - .env
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ docker run -d \
9999version : " 3.9"
100100services :
101101 langcache-demo :
102- image : gacerioni/gabs-redis-langcache:1.0.5
102+ image : gacerioni/gabs-redis-langcache:1.1.0
103103 # platform: linux/amd64 # descomente em Apple Silicon se precisar
104104 env_file :
105105 - .env
You can’t perform that action at this time.
0 commit comments