Spaces:
Running
Running
Push to HF space
Browse files- docker_start.sh +1 -1
docker_start.sh
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
# Fail if any of the commands below fail.
|
4 |
set -e
|
5 |
|
6 |
-
mkdir /data
|
7 |
chmod 777 /data
|
8 |
|
9 |
lilac hf-docker-start
|
|
|
3 |
# Fail if any of the commands below fail.
|
4 |
set -e
|
5 |
|
6 |
+
mkdir -p /data
|
7 |
chmod 777 /data
|
8 |
|
9 |
lilac hf-docker-start
|