add 'laion-ai/ocgp-' prefix to backend docker image names

This commit is contained in:
Andreas Köpf
2022-12-17 12:06:24 +01:00
parent c1ae50d693
commit edf123e451
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
pushd $parent_path
docker build ../../backend -f ../backend.dockerfile -t ocgpt-backend
docker build ../../backend -f ../backend.dockerfile -t laion-ai/ocgpt-backend
popd