Skip to content

Commit

Permalink
python 버전 3.11.4로 수정
Browse files Browse the repository at this point in the history
- lightfm, pandas, numpy 종속성 추가
  • Loading branch information
stopmin committed Jul 11, 2024
1 parent 98b4b01 commit 77ef491
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 111 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.12.4-slim-bookworm
FROM --platform=linux/amd64 python:3.11.4-slim-bookworm

WORKDIR /app

Expand Down
7 changes: 5 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ aiohttp = "*"
aiosmtplib = "*"
schedule = "*"
feedparser = "*"
numpy = "*"
pandas = "*"
lightfm = "*"

[dev-packages]
flake8 = "*"
Expand All @@ -30,5 +33,5 @@ pylint = "*"
python-dotenv = "*"

[requires]
python_version = "3.12"
python_full_version = "3.12.4"
python_version = "3.11"
python_full_version = "3.11.4"
Loading

0 comments on commit 77ef491

Please sign in to comment.