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 c6dd986 commit 98f0c94Copy full SHA for 98f0c94
template/test.Dockerfile
@@ -23,13 +23,9 @@ COPY ./template/requirements.txt requirements.txt
23
RUN pip install --no-cache-dir -r requirements.txt && ipython kernel install --name "python3" --user
24
25
# Javascript Kernel
26
-RUN npm install -g --unsafe-perm ijavascript
+RUN npm install -g --unsafe-perm git+https://github.com/e2b-dev/ijavascript.git
27
RUN ijsinstall --install=global
28
29
-## TypeScript compiler
30
-RUN npm install -g @swc/cli @swc/core
31
-COPY ./template/.ts.swcrc $SERVER_PATH/.ts.swcrc
32
-
33
# Deno Kernel
34
COPY --from=denoland/deno:bin-2.0.4 /deno /usr/bin/deno
35
RUN chmod +x /usr/bin/deno
0 commit comments