We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50af7d9 commit 4668133Copy full SHA for 4668133
Dockerfile
@@ -7,7 +7,7 @@ ENV BASE_URL="search.opencitations.net" \
7
LOG_DIR="/mnt/log_dir/oc_search" \
8
SPARQL_ENDPOINT_INDEX="http://qlever-service.default.svc.cluster.local:7011" \
9
SPARQL_ENDPOINT_META="http://virtuoso-service.default.svc.cluster.local:8890/sparql" \
10
- SYNC_ENABLED="false"
+ SYNC_ENABLED="true"
11
12
# Install system dependencies required for Python package compilation
13
# We clean up apt cache after installation to reduce image size
docker_version.txt
@@ -1 +1 @@
1
-1.3.6static
+1.3.6sync
0 commit comments