Skip to content

Commit dc45188

Browse files
authored
add default ptg_url for container
1 parent a7ce844 commit dc45188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reasoning/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ RUN pip install ./tim-reasoning
2929
ADD main.py .
3030
#ADD entrypoint.sh .
3131

32+
ENV PTG_URL=http://api:8000
3233
ENTRYPOINT ["python"]
3334
CMD ["main.py", "run" ]

0 commit comments

Comments
 (0)