Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update nonrapids-Dockerfile
  • Loading branch information
webcoderz authored Aug 16, 2020
commit ca76ad8123bee569dd74d7e7aff45aabc7af9a38
4 changes: 2 additions & 2 deletions infra/pipelines/docker/nonrapids-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

COPY ./app /app

RUN pip install prefect==0.10.1 simplejson twarc neo4j boto3==1.12.39 \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guessing we'll also need pandas/twint/bs4

&& ( prefect agent install local > supervisord.conf )
WORKDIR /app
RUN prefect backend server
CMD ["./infra/pipelines/docker/entrypoint.sh"]
CMD ["./infra/pipelines/docker/entrypoint.sh"]