fix: set INCLUDE_NSFW_ML to true by default
This commit is contained in:
parent
fcc8c9e48d
commit
19064d4357
@ -194,7 +194,7 @@ RUN mkdir -p /usr/src/app/data/storage && \
|
||||
chown -R root:root /opt/data && \
|
||||
chown -R root:root /data
|
||||
|
||||
ARG INCLUDE_NSFW_ML=false
|
||||
ARG INCLUDE_NSFW_ML=true
|
||||
|
||||
RUN --mount=type=bind,from=build,source=/usr/src/app/fluxer_media_proxy/data/model.onnx,target=/tmp/model.onnx \
|
||||
if [ "$INCLUDE_NSFW_ML" = "true" ]; then \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user