Skip to content

Commit 589e3ca

Browse files
committed
e2b ijavascript
1 parent 4bfd050 commit 589e3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN R -e "install.packages('IRkernel', repos='https://cloud.r-project.org')"
2828
RUN R -e "IRkernel::installspec(user = FALSE, name = 'r', displayname = 'R')"
2929

3030
# Javascript Kernel
31-
RUN npm install -g --unsafe-perm ijavascript
31+
RUN npm install -g --unsafe-perm git+https://github.com/e2b-dev/ijavascript.git
3232
RUN ijsinstall --install=global
3333

3434
## TypeScript compiler

0 commit comments

Comments
 (0)