Spaces:
Runtime error
Runtime error
Commit
·
7fb7065
1
Parent(s):
0756b41
Updated run.sh and Dockerfile. small update....again...again....again...again...
Browse files
run.sh
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
set -e # Exit on error
|
4 |
|
5 |
# Default values
|
6 |
-
CONFIG_FILE="resources/local_config.yaml"
|
7 |
ENV_FILE=".env"
|
8 |
CONTAINER_NAME="llm-inference-server"
|
9 |
BUILD_ONLY=false
|
|
|
3 |
set -e # Exit on error
|
4 |
|
5 |
# Default values
|
6 |
+
CONFIG_FILE="main/resources/local_config.yaml"
|
7 |
ENV_FILE=".env"
|
8 |
CONTAINER_NAME="llm-inference-server"
|
9 |
BUILD_ONLY=false
|