Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123328
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
399 B
Subscribers
None
Dockerfile
View Options
FROM openjdk:11-slim-buster
# Install swh.graph (both Python and Java parts)
RUN apt-get update && \
apt-get install --no-install-recommends --yes \
curl zstd \
gcc pkg-config libsystemd-dev python3-dev \
python3-pip python3-setuptools python3-wheel && \
rm -rf /var/lib/apt/lists/* && \
pip3 install swh.graph
# Default dir
WORKDIR /srv/softwareheritage/graph
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 5:19 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3238901
Attached To
rDGRPH Compressed graph representation
Event Timeline
Log In to Comment