How do i make a template for python
I want a simple python workspace and be able to edit with code server. what do i do?
3 Replies
<#1264302462995660810>
Category
Help needed
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
You can start from the built-in docker template. And modify your Dockerfile to install Python and any packages.
thanks