AutoGPT
AutoGPT copied to clipboard
Update Dockerfile
Background
Slow build process and conflicts in sed command.
Changes
This PR introduces these changes:
- Use "pip3" instead of "pip" command
- Use "python3" command instead "python"
- Delete sed command call.
- This change doesn't seem to make the image build any faster.
- What "conflicts in sed command"?