Env changes to make the devcontainer work
This commit is contained in:
parent
5d33a9a3bd
commit
656f58d54d
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
Loading…
Reference in New Issue