Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9348727
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
343 B
Subscribers
None
Dockerfile
View Options
FROM python:3.10-bullseye
RUN apt-get -y update
RUN apt-get -y install libcmph-dev
RUN apt-get -y install librdkafka-dev
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
ENV PYTHONPATH=/usr/src/app/
COPY requirements*.txt /usr/src/app/
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt -r requirements-swh.txt
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 4 2025, 6:46 PM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3299431
Attached To
rDGQL GraphQL API
Event Timeline
Log In to Comment