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 ab438a6 commit 3aa31e9Copy full SHA for 3aa31e9
docker/1.5-1/final/Dockerfile.cpu
@@ -54,6 +54,10 @@ RUN chmod +x /tmp/plugins/endpoints-1.0.jar
54
RUN mkdir -p /opt/ml/models
55
RUN chmod +rwx /opt/ml/models
56
57
+# Copy Dask configs
58
+RUN mkdir /etc/dask
59
+COPY docker/configs/dask_configs.yaml /etc/dask/
60
+
61
# Required label for multi-model loading
62
LABEL com.amazonaws.sagemaker.capabilities.multi-models=true
63
docker/configs/dask_configs.yaml
@@ -0,0 +1,3 @@
1
+logging:
2
+ distributed.comm.tcp: warning
3
+ distributed.nanny: critical
0 commit comments