Spaces:
Running
Running
Update with data path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -48,7 +48,7 @@ ENV PYTHONUNBUFFERED=1 \
|
|
48 |
# NLTK
|
49 |
NLTK_DATA="/home/user/nltk/" \
|
50 |
# Store files
|
51 |
-
DATA_DIR="/
|
52 |
# Set the custom Poetry configuration directory
|
53 |
POETRY_CONFIG_DIR="$POETRY_HOME/.config/pypoetry" \
|
54 |
# Crypt
|
|
|
48 |
# NLTK
|
49 |
NLTK_DATA="/home/user/nltk/" \
|
50 |
# Store files
|
51 |
+
DATA_DIR="/api/data/" \
|
52 |
# Set the custom Poetry configuration directory
|
53 |
POETRY_CONFIG_DIR="$POETRY_HOME/.config/pypoetry" \
|
54 |
# Crypt
|