Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

How to get the files in bluepoint_algo folder? #145

Open
yanger1997 opened this issue May 24, 2022 · 1 comment
Open

How to get the files in bluepoint_algo folder? #145

yanger1997 opened this issue May 24, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@yanger1997
Copy link

yanger1997 commented May 24, 2022

When I run "docker build " command, I get some Errors of "files not found". like attachment.

After checked my research folder, there is not buleprint_algo folder in there.
How to get the files bluepoint_algo folder?

Desktop (please complete the following information):

  • OS: Mac OS
  • Python version: 3.

poker_ai — com docker cli ◂ docker build -t pokeraitest   — 89×56 2022-05-24 20-44-21

7
@yanger1997 yanger1997 added the bug Something isn't working label May 24, 2022
@jaimeggb
Copy link

jaimeggb commented Nov 4, 2022

@yanger1997 @fedden

Those files are deprecated. This is stated in a comment in the 'state.py' file:

    pickle_dir : bool
        Whether the lut_path is a path to pickle files or not. Pickle files
        are deprecated for the lut.

Instead of those files, the new system works with the 'card_info_lut.joblib', which you create using the 'poker_ai cluster' command.

Therefore I suggest you either ignore the Dockerfile or change it so it doesn't copy those deprecated files (avoiding the error).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants