Skip to content

File 2_process_files.py not found during docker container run #40

@Arewa-Iyi

Description

@Arewa-Iyi

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

No such file or directory error results at Step-2 Process Downloaded files of running-allycat.md.
The file 2_process_files.py is not found in directory.

Expected Behavior

Command: python 2_process_files.py
should process the file in order to execute step 3 saving into DB.

Steps To Reproduce

  1. Pull the AllyCat Docker Image and run:
    docker pull sujee/allycat
    docker run -it --rm -p 8080:8080 -v allycat-vol1:/allycat/workspace sujee/allycat

  2. Crawl AllyCat web site:
    python 1_crawl_site.py --url https://thealliance.ai --max-downloads 100 --max-depth 5

  3. Process Downloaded file 2_process_files.py or 2_process_files.ipynb:
    python 2_process_files.py

Environment

- OS: Windows

Anything else?

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions