Skip to content

Commit fad7d51

Browse files
committed
OpenConceptLab/ocl_issues#897 Adding envs and args to runtime docker image
1 parent 5be5eaa commit fad7d51

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ ADD requirements.txt /code/
1515
RUN pip wheel --no-cache-dir --wheel-dir /code/wheels -r requirements.txt
1616

1717
FROM python:3.9.6-alpine
18+
ENV PYTHONUNBUFFERED 1
19+
ENV PYTHONDONTWRITEBYTECODE 1
20+
ARG SOURCE_COMMIT
1821

1922
RUN addgroup -S ocl && adduser -S ocl -G ocl
2023

0 commit comments

Comments
 (0)