Skip to content

Commit 61f5cce

Browse files
committed
kernel.json should be in subdir java
1 parent 0ba0810 commit 61f5cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN curl -L https://github.com/SpencerPark/IJava/releases/download/v1.3.0/ijava-
1717

1818
# Unpack, patch kernel.json and install the kernel
1919
RUN unzip ijava-kernel.zip -d ijava-kernel \
20-
&& cp kernel.json ijava-kernel \
20+
&& cp kernel.json ijava-kernel/java \
2121
&& cd ijava-kernel \
2222
&& python3 install.py --sys-prefix
2323

0 commit comments

Comments
 (0)