Skip to content

Commit

Permalink
Actualizar Dockerfile-2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mhamdi authored Dec 19, 2024
1 parent 8533574 commit c67e3ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Docker/Dockerfile-2
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ COPY ./Codes/Julia/Datasets ./Datasets/
COPY ./Codes/Julia/Part-2/Project.toml .

#= Activate environment and add IJulia kernel, Pluto and JupyterLab IDE =#
RUN julia -e 'import Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.precompile(); Pkg.resolve()'
RUN julia -e 'import Conda; Conda.add("JupyterLab")'
RUN julia -e 'import Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.precompile(); Pkg.resolve(); import Conda; Conda.add("JupyterLab")'

#= Expose ports =#
EXPOSE 1234 2468
Expand Down

0 comments on commit c67e3ac

Please sign in to comment.