Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Dec 24, 2023
1 parent 97647ea commit 10d5385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ COPY target/appassembler/repo/fr/insee/trevas/vtl-model/*/vtl-model-*.jar /vtl-m
COPY target/appassembler/repo/fr/insee/trevas/vtl-engine/*/vtl-engine-*.jar /vtl-engine.jar
COPY target/appassembler/repo/fr/insee/trevas/vtl-parser/*/vtl-parser-*.jar /vtl-parser.jar

RUN conda install -c conda-forge elyra-pipeline-editor-extension
RUN mamba install -c conda-forge elyra-pipeline-editor-extension

CMD ["jupyter", "lab", "--no-browser", "--ip", "0.0.0.0"]

0 comments on commit 10d5385

Please sign in to comment.