Skip to content

Commit

Permalink
unsignificant change
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Feb 21, 2024
1 parent 2acd5df commit 4683c50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flask_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN julia -e 'using Pkg; Pkg.add(PackageSpec(;name = "LoggingExtras",version = "
# RUN julia -e 'using PkgCompiler; PkgCompiler.compile_package("LoggingExtras")'
# RUN julia -e 'using PkgCompiler; PkgCompiler.compile_package("PrettyTables")'

COPY . .
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN mkdir /app/results
COPY . .

Binary file not shown.
Binary file modified streamlit/output_files/battmo_results
Binary file not shown.

0 comments on commit 4683c50

Please sign in to comment.