We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5e74b commit 39a2951Copy full SHA for 39a2951
1 file changed
opencog/claude-code/Dockerfile
@@ -7,7 +7,9 @@
7
# 3. docker start -i aclaw
8
#
9
ARG OS_VERSION=latest
10
-ARG BASE_IMAGE=opencog/atomspace-py:${OS_VERSION}
+# We don't actually need the python stuff, and python is heavyweight.
11
+# ARG BASE_IMAGE=opencog/atomspace-py:${OS_VERSION}
12
+ARG BASE_IMAGE=opencog/atomspace:${OS_VERSION}
13
FROM ${BASE_IMAGE}
14
15
# Everything else happens as the user.
0 commit comments