AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Update Dockerfile

Open AndresCdo opened this issue 1 year ago • 1 comments

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.

AndresCdo avatar Apr 19 '23 13:04 AndresCdo

  • This change doesn't seem to make the image build any faster.
  • What "conflicts in sed command"?

Pwuts avatar Apr 19 '23 14:04 Pwuts