Skip to content

Commit 98f0c94

Browse files
committed
e2b ijavascript kernel
1 parent c6dd986 commit 98f0c94

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

template/test.Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@ COPY ./template/requirements.txt requirements.txt
2323
RUN pip install --no-cache-dir -r requirements.txt && ipython kernel install --name "python3" --user
2424

2525
# Javascript Kernel
26-
RUN npm install -g --unsafe-perm ijavascript
26+
RUN npm install -g --unsafe-perm git+https://github.com/e2b-dev/ijavascript.git
2727
RUN ijsinstall --install=global
2828

29-
## TypeScript compiler
30-
RUN npm install -g @swc/cli @swc/core
31-
COPY ./template/.ts.swcrc $SERVER_PATH/.ts.swcrc
32-
3329
# Deno Kernel
3430
COPY --from=denoland/deno:bin-2.0.4 /deno /usr/bin/deno
3531
RUN chmod +x /usr/bin/deno

0 commit comments

Comments
 (0)