Morgan Funtowicz
commited on
Commit
·
127ed84
1
Parent(s):
12f816d
test(hfjobs): set full url for endpoint
Browse files- .hfjobs/Dockerfile +1 -1
.hfjobs/Dockerfile
CHANGED
@@ -8,7 +8,7 @@ ARG ENDPOINT_TEST_SEED=31415926
|
|
8 |
ENV NUMBA_CACHE_DIR=/tmp/numba
|
9 |
ENV HF_HOME=/tmp/huggingface
|
10 |
|
11 |
-
ENV ENDPOINT_URL=$ENDPOINT_URL
|
12 |
ENV ENDPOINT_NUM_SAMPLES=$ENDPOINT_NUM_SAMPLES
|
13 |
ENV ENDPOINT_TEST_SEED=$ENDPOINT_TEST_SEED
|
14 |
|
|
|
8 |
ENV NUMBA_CACHE_DIR=/tmp/numba
|
9 |
ENV HF_HOME=/tmp/huggingface
|
10 |
|
11 |
+
ENV ENDPOINT_URL=${ENDPOINT_URL}/api/v1
|
12 |
ENV ENDPOINT_NUM_SAMPLES=$ENDPOINT_NUM_SAMPLES
|
13 |
ENV ENDPOINT_TEST_SEED=$ENDPOINT_TEST_SEED
|
14 |
|