We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4120b97 commit 8dd6184Copy full SHA for 8dd6184
Dockerfile
@@ -6,5 +6,5 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
6
&& rm -rf /var/lib/apt/lists/*
7
COPY . /ml-compiler-opt
8
RUN python3 -m pip install -r /ml-compiler-opt/requirements.txt
9
+ENV PYTHONPATH=/ml-compiler-opt
10
VOLUME /external
-
0 commit comments