Skip to content

Commit

Permalink
Specified poetry version for use in gef document scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Wojdak committed Feb 10, 2025
1 parent 41c3f86 commit 65198fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gef-portal-scraper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:3.11-slim
WORKDIR /app

# Install Poetry
RUN pip install poetry
RUN pip install poetry==1.8.3

# Copy the pyproject.toml and poetry.lock files
COPY pyproject.toml poetry.lock ./
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def main():

# project_ids = get_ids_from_json("gef_7_project_ids")

download_project_ids(project_ids[0:10])
download_project_ids(project_ids)


if __name__ == "__main__":
Expand Down

0 comments on commit 65198fa

Please sign in to comment.