We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ce844 commit dc45188Copy full SHA for dc45188
reasoning/Dockerfile
@@ -29,5 +29,6 @@ RUN pip install ./tim-reasoning
29
ADD main.py .
30
#ADD entrypoint.sh .
31
32
+ENV PTG_URL=http://api:8000
33
ENTRYPOINT ["python"]
34
CMD ["main.py", "run" ]
0 commit comments