Skip to content

Commit 3d8003c

Browse files
vinhngxnarendasan
authored andcommitted
fix dockerfile
Signed-off-by: Vinh Nguyen <[email protected]>
1 parent fee36d7 commit 3d8003c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.notebook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN ln -s /usr/bin/bazel-3.2.0 /usr/bin/bazel
1010
RUN pip install torch==1.5.0
1111

1212
COPY . /workspace/TRTorch
13-
COPY ./notebooks/WORKSPACE /workspace/TRTorch
13+
COPY ./notebooks/WORKSPACE.notebook /workspace/TRTorch/WORKSPACE
1414

1515
WORKDIR /workspace/TRTorch
1616
RUN bazel build //:libtrtorch --compilation_mode opt

0 commit comments

Comments
 (0)