Merge pull request #404 from Ramin2c/main

Env changes to make the devcontainer work
This commit is contained in:
Pikachú 2025-02-11 14:55:05 +03:00 committed by GitHub
commit 2c812afe1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 46 additions and 9 deletions

View File

@ -1,14 +1,6 @@
{
"name": "Miniconda (Python 3)",
"build": {
"context": "..",
"dockerfile": "Dockerfile",
"args": {
"NODE_VERSION": "lts/*",
"DOCKER_CLIENT_TIMEOUT": "",
"COMPOSE_HTTP_TIMEOUT": ""
}
},
"image": "mcr.microsoft.com/devcontainers/miniconda",
"hostRequirements": {
"cpus": 4,
"memory": "8gb",

24
environment.yml Normal file
View File

@ -0,0 +1,24 @@
name: ai4beg
channels:
- defaults
- conda-forge
dependencies:
- ipykernel
- ipython
- ipywidgets
- jupyter
- matplotlib=3.9
- numpy=1.26
- python
- requests=2.32
- scikit-learn
- scipy=1.13
- pip
- conda-forge::opencv
- setuptools
- pytorch::pytorch
- pytorch::torchtext
- pytorch::torchvision
- pytorch::torchdata
- pip:
- -r requirements.txt

21
requirements.txt Normal file
View File

@ -0,0 +1,21 @@
gensim==4.3.3
gym==0.26.2
huggingface==0.0.1
imageio==2.35.0
keras==3.5.0
nltk==3.8.1
pandas==2.2.2
pillow==10.4.0
pygame==2.6.0
scikit-image==0.24.0
seaborn==0.13.2
smart-open==7.0.4
tensorboard-data-server==0.7.2
tensorflow-datasets==4.9.6
tensorflow-hub==0.16.1
tensorflow==2.17.0
tensorboard==2.17.1
tokenizers==0.20.0
torchinfo==1.8.0
tqdm==4.66.5