This commit is contained in:
parent
7a962ba621
commit
f763021186
|
|
@ -1,5 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
mkdir -p ./model_cache
|
||||||
|
|
||||||
|
sudo chown -R 1000:1000 ./model_cache
|
||||||
|
chmod 755 ./model_cache
|
||||||
|
|
||||||
echo "=========================================="
|
echo "=========================================="
|
||||||
echo "Deploying bert-all-services..."
|
echo "Deploying bert-all-services..."
|
||||||
echo "=========================================="
|
echo "=========================================="
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue