diff --git a/miner.config.js b/miner.config.js index 9378edb2..b9835097 100644 --- a/miner.config.js +++ b/miner.config.js @@ -3,7 +3,10 @@ module.exports = { { name: 'miner', script: 'python3', - args: './neurons/miner.py --netuid 247 --logging.debug --logging.trace --subtensor.network test --wallet.name miner --wallet.hotkey default --axon.port 8091' + args: './neurons/miner.py --netuid 247 --logging.debug --logging.trace --subtensor.network test --wallet.name miner --wallet.hotkey default --axon.port 8091', + env: { + PYTHONPATH: '.' + }, }, ], };