Skip to content

Commit

Permalink
removed line to rm julia
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Feb 21, 2024
1 parent 34ab8b1 commit a8aed6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./flask_api:/app
command: gunicorn -w 1 -b 0.0.0.0:8000 wsgi:server --timeout 200
#command: python wsgi.py

nginx:
build: ./nginx
container_name: nginx
Expand All @@ -23,9 +24,7 @@ services:

depends_on:
- flask_api



streamlit:
build: ./streamlit
container_name: streamlit
Expand All @@ -34,5 +33,7 @@ services:
- "8501:8501"
volumes:
- ./streamlit:/app
depends_on:
- flask_api

command: streamlit run Introduction.py --global.disableWidgetStateDuplicationWarning true --server.port=8501
2 changes: 0 additions & 2 deletions flask_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ RUN pip install jill --no-cache-dir

RUN jill install 1.9.2 --confirm

RUN rm -rf ~/.julia

# Helpful Development Packages

RUN julia -e 'using Pkg; Pkg.add(PackageSpec(;name = "PythonCall",version = "0.9.14"))'
Expand Down

0 comments on commit a8aed6d

Please sign in to comment.