Skip to content

Commit

Permalink
Update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeitopin committed Mar 18, 2023
1 parent ff0a0c0 commit 6442b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY ./data/ /opt/TFG/data/

WORKDIR /opt/TFG/src/
RUN pip install --no-cache-dir pipenv \
&& python3 -m pipenv lock \
&& python3 -m pipenv requirements > requirements.txt \
&& pip install --no-cache-dir -r requirements.txt \
&& touch .env \
Expand Down
2 changes: 1 addition & 1 deletion src/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ lorem-text = "*"
coverage = "*"

[requires]
python_version = "3.9"
python_version = "3.10"

0 comments on commit 6442b39

Please sign in to comment.