Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124021
D3054.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
682 B
Subscribers
None
D3054.diff
View Options
diff --git a/docker/Dockerfile b/docker/Dockerfile
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -26,16 +26,6 @@
RUN pip install --upgrade pip setuptools wheel
RUN pip install gunicorn httpie
-ARG CASS_DRIVER_NO_CYTHON
-ENV CASS_DRIVER_NO_CYTHON ${CASS_DRIVER_NO_CYTHON}
-ARG CASS_DRIVER_BUILD_CONCURRENCY
-ENV CASS_DRIVER_BUILD_CONCURRENCY ${CASS_DRIVER_BUILD_CONCURRENCY:-1}
-RUN pip install cassandra-driver
-
-# Enforce installation of django 1 otherwise pip will choose django 2 when
-# installing the swh stack due to poor version dependency support in pip
-RUN pip install 'Django<2'
-
RUN pip install \
swh-core[db,http] \
swh-deposit[server] \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 20 2024, 9:41 AM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3216261
Attached To
D3054: docker: fixes and cleanup
Event Timeline
Log In to Comment