Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9696755
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
826 B
Subscribers
None
View Options
diff --git a/compression/Dockerfile b/compression/Dockerfile
index 4329744..b9855e1 100644
--- a/compression/Dockerfile
+++ b/compression/Dockerfile
@@ -1,19 +1,23 @@
FROM maven:3.6.0-jdk-11
WORKDIR /app
# Download webgraph binary
RUN curl -O http://webgraph.di.unimi.it/webgraph-big-3.5.0-bin.tar.gz
RUN tar xvfz webgraph-big-3.5.0-bin.tar.gz
RUN cp webgraph-big-3.5.0/webgraph-big-3.5.0.jar .
# Download webgraph dependencies
RUN curl -O http://webgraph.di.unimi.it/webgraph-big-deps.tar.gz
RUN tar xvfz webgraph-big-deps.tar.gz
# Download LAW (for LLP ordering)
RUN curl -O http://law.di.unimi.it/software/download/law-2.5-bin.tar.gz
RUN tar xvfz law-2.5-bin.tar.gz
RUN cp law-2.5/law-2.5.jar .
+# Monitoring
+RUN apt-get update
+RUN apt-get install -y time
+
WORKDIR /graph
COPY compress_graph.sh .
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Aug 18, 9:19 PM (16 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3293380
Attached To
rDGRPH Compressed graph representation
Event Timeline
Log In to Comment