Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1tbfree
/
boxtrain
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1d51e6b
boxtrain
/
Dockerfile
1tbfree
Update Dockerfile
1d51e6b
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
127 Bytes
FROM
node
:18
WORKDIR /boxtrain/bot
RUN npm i socket.io-client@v2 @tensorflow/tfjs-
node
RUN
node
tbbot
.js &
CMD
"sleep infinity"