Skip to content

Commit

Permalink
altera executavel para python3 no dockerfile
Browse files Browse the repository at this point in the history
closes #20
  • Loading branch information
fjuniorr committed Mar 1, 2024
1 parent 3ec5234 commit f7ddf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ RUN apt-get install -y git
COPY requirements.txt .
COPY DESCRIPTION .

RUN python -m pip install -r requirements.txt
RUN python3 -m pip install -r requirements.txt
RUN Rscript -e "install.packages('renv')" && Rscript -e 'renv::install()'

0 comments on commit f7ddf41

Please sign in to comment.