Skip to content

Commit f338171

Browse files
authored
add default PTG_URL for container
1 parent dc45188 commit f338171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

3d-memory/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ RUN pip install --no-cache-dir orjson opencv-python 'torch<2' torchvision
2424
# add app code
2525
ADD 3d-memory/*.py ./
2626
ADD main.py .
27+
28+
ENV PTG_URL=http://api:8000
2729
ENTRYPOINT ["python"]
2830
CMD ["main.py", "run"]

0 commit comments

Comments
 (0)