Skip to content

Commit 39a2951

Browse files
committed
NPM is not a prereq for Claude
1 parent 8f5e74b commit 39a2951

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

opencog/claude-code/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
# 3. docker start -i aclaw
88
#
99
ARG OS_VERSION=latest
10-
ARG BASE_IMAGE=opencog/atomspace-py:${OS_VERSION}
10+
# 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}
1113
FROM ${BASE_IMAGE}
1214

1315
# Everything else happens as the user.

0 commit comments

Comments
 (0)