We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7bc82 commit 4179947Copy full SHA for 4179947
Makefile
@@ -69,7 +69,6 @@ docker-start-api:
69
docker run -p 8000:8000 \
70
-it --rm \
71
--mount type=bind,source=$(realpath .),target=/home/notebook-user/local \
72
- -e UNSTRUCTURED_HF_TOKEN=${UNSTRUCTURED_HF_TOKEN} \
73
pipeline-family-${PIPELINE_FAMILY}-dev:latest scripts/app-start.sh
74
75
.PHONY: docker-start-bash
0 commit comments