Skip to content

Commit 4179947

Browse files
authored
chore: Remove huggingface token passthrough in makefile (Unstructured-IO#311)
This variable isn't relevant when developing with the public image.
1 parent ab7bc82 commit 4179947

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ docker-start-api:
6969
docker run -p 8000:8000 \
7070
-it --rm \
7171
--mount type=bind,source=$(realpath .),target=/home/notebook-user/local \
72-
-e UNSTRUCTURED_HF_TOKEN=${UNSTRUCTURED_HF_TOKEN} \
7372
pipeline-family-${PIPELINE_FAMILY}-dev:latest scripts/app-start.sh
7473

7574
.PHONY: docker-start-bash

0 commit comments

Comments
 (0)