Skip to content

Commit

Permalink
relased R components
Browse files Browse the repository at this point in the history
  • Loading branch information
JBinkowski committed Dec 18, 2024
1 parent c26c813 commit 71f9256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ ENV EXPERIMENT_HUB_CACHE="/usr/local/cache/.ExperimentHub"
RUN mkdir -p $EXPERIMENT_HUB_CACHE

# Install R components
# RUN Rscript requirements.R
# RUN Rscript sesame_cache.R
RUN Rscript requirements.R
RUN Rscript sesame_cache.R

# Install dependencies
RUN python3.10 -m poetry export --without-hashes --format=requirements.txt > requirements.txt
Expand Down
1 change: 0 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:
- app_network
volumes:
- ./nginx/cert/:/etc/ssl/certs/
- ./accs_app/:/ACCS/accs_app/
- static_volume:/ACCS/accs_app/staticfiles/
- media_volume:/ACCS/accs_app/mediafiles/
depends_on:
Expand Down

0 comments on commit 71f9256

Please sign in to comment.