Skip to content

Commit 8dd6184

Browse files
authored
Set PYTHONPATH environment variable (#173)
This is necessary for running tools in this repository.
1 parent 4120b97 commit 8dd6184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
66
&& rm -rf /var/lib/apt/lists/*
77
COPY . /ml-compiler-opt
88
RUN python3 -m pip install -r /ml-compiler-opt/requirements.txt
9+
ENV PYTHONPATH=/ml-compiler-opt
910
VOLUME /external
10-

0 commit comments

Comments
 (0)