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 fee36d7 commit 3d8003cCopy full SHA for 3d8003c
Dockerfile.notebook
@@ -10,7 +10,7 @@ RUN ln -s /usr/bin/bazel-3.2.0 /usr/bin/bazel
10
RUN pip install torch==1.5.0
11
12
COPY . /workspace/TRTorch
13
-COPY ./notebooks/WORKSPACE /workspace/TRTorch
+COPY ./notebooks/WORKSPACE.notebook /workspace/TRTorch/WORKSPACE
14
15
WORKDIR /workspace/TRTorch
16
RUN bazel build //:libtrtorch --compilation_mode opt
0 commit comments