Skip to content

Commit

Permalink
restored julia an pythoncall versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Feb 21, 2024
1 parent db3d404 commit ed33b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ WORKDIR /app

RUN pip install jill --no-cache-dir

RUN jill install 1.10 --confirm
RUN jill install 1.9.2 --confirm

# Helpful Development Packages

RUN julia -e 'using Pkg; Pkg.add(PackageSpec(;name = "PythonCall",version = "0.8.0"))'
RUN julia -e 'using Pkg; Pkg.add(PackageSpec(;name = "PythonCall",version = "0.9.14"))'
RUN julia -e 'using Pkg; Pkg.add(PackageSpec(;name = "JSON",version = "0.21.4"))'
RUN julia -e 'using Pkg; Pkg.add(PackageSpec(;name = "BattMo",version = "0.1.6"))'
#RUN julia -e 'using Pkg; Pkg.add("BattMo")'
Expand Down

0 comments on commit ed33b84

Please sign in to comment.