mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Docker Fix
This commit is contained in:
@@ -10,11 +10,11 @@ if [[ ! -d "/content" ]];then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for FILE in *;do
|
for FILE in *;do
|
||||||
#if [[ -d "/opt/koboldai/$FILE" ]];then
|
if [[ -d "/opt/koboldai/$FILE" ]];then
|
||||||
# rm -rf /opt/koboldai/$FILE
|
rm -rf /opt/koboldai/$FILE
|
||||||
#fi
|
fi
|
||||||
#ln -s /content/$FILE /opt/koboldai/$FILE
|
ln -s /content/$FILE /opt/koboldai/$FILE
|
||||||
mount --bind /content/$FILE /opt/koboldai/$FILE
|
#mount --bind /content/$FILE /opt/koboldai/$FILE
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user