Avalon-Benchmark / avalon

A 3D video game environment and benchmark designed from scratch for reinforcement learning research
https://generallyintelligent.com/avalon/
GNU General Public License v3.0
180 stars 16 forks source link

Fixing all image creation issues #29

Closed Sarvesh-Kesharwani closed 1 year ago

Sarvesh-Kesharwani commented 1 year ago

WindowsTerminal_kIIPGwcIRN Successfully creates the docker image after these changes.

Before this it was giving multiple errors such as: WindowsTerminal_GDN1XbgGxS

bai-generally-intelligent commented 1 year ago

Hi, thanks for reporting this. I noticed that you are in the docker/ folder while running the command, but it is intended to be run in the project root folder, not the docker folder, like this:

docker build -f ./docker/Dockerfile . --target dev --tag=avalon/dev

Does the dockerfile build correctly when you do this? You should not need to change any of the paths from . to ..

Sarvesh-Kesharwani commented 1 year ago

@bai-generally-intelligent
Apologies for the delay, Dockerfile built correctly. Thanks for clarifying.