Jitesh Jain commited on
Commit ·
a046225
1
Parent(s): b202b22
To py3.8
Browse files- Dockerfile +2 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -43,11 +43,12 @@ RUN chmod 755 $WORKDIR
|
|
| 43 |
COPY requirements.txt $WORKDIR/requirements.txt
|
| 44 |
COPY oneformer $WORKDIR/oneformer
|
| 45 |
RUN python3.8 --version
|
|
|
|
| 46 |
RUN python3.8 -m pip install --upgrade pip
|
| 47 |
RUN python3.8 -m pip install multidict
|
| 48 |
RUN python3.8 -m pip install typing-extensions
|
| 49 |
RUN python3.8 -m pip install --upgrade setuptools
|
| 50 |
-
RUN python3.8 -m pip install
|
| 51 |
RUN python3.8 -m pip install cython
|
| 52 |
RUN python3.8 -m pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
|
| 53 |
|
|
|
|
| 43 |
COPY requirements.txt $WORKDIR/requirements.txt
|
| 44 |
COPY oneformer $WORKDIR/oneformer
|
| 45 |
RUN python3.8 --version
|
| 46 |
+
RUN which python3.8
|
| 47 |
RUN python3.8 -m pip install --upgrade pip
|
| 48 |
RUN python3.8 -m pip install multidict
|
| 49 |
RUN python3.8 -m pip install typing-extensions
|
| 50 |
RUN python3.8 -m pip install --upgrade setuptools
|
| 51 |
+
RUN python3.8 -m pip install wheel
|
| 52 |
RUN python3.8 -m pip install cython
|
| 53 |
RUN python3.8 -m pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
|
| 54 |
|
requirements.txt
CHANGED
|
@@ -11,6 +11,7 @@ imutils
|
|
| 11 |
-f https://shi-labs.com/natten/wheels/cu111/torch1.9/index.html
|
| 12 |
natten==0.14.2
|
| 13 |
cython
|
|
|
|
| 14 |
scipy
|
| 15 |
shapely
|
| 16 |
h5py
|
|
@@ -19,7 +20,6 @@ scikit-image
|
|
| 19 |
timm==0.4.12
|
| 20 |
einops
|
| 21 |
icecream
|
| 22 |
-
setuptools==59.5.0
|
| 23 |
wandb
|
| 24 |
ftfy
|
| 25 |
regex
|
|
|
|
| 11 |
-f https://shi-labs.com/natten/wheels/cu111/torch1.9/index.html
|
| 12 |
natten==0.14.2
|
| 13 |
cython
|
| 14 |
+
setuptools==59.5.0
|
| 15 |
scipy
|
| 16 |
shapely
|
| 17 |
h5py
|
|
|
|
| 20 |
timm==0.4.12
|
| 21 |
einops
|
| 22 |
icecream
|
|
|
|
| 23 |
wandb
|
| 24 |
ftfy
|
| 25 |
regex
|