Advertisement
snip3r77

Untitled

Mar 24th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.76 KB | None | 0 0
  1. Mar 24 05:39:03 PM ==> Cloning from
  2. Mar 24 05:39:03 PM ==> Checking out commit c20c56d62b2a9f2c95a196e2718e1de6377d0429 in branch master
  3. Mar 24 05:39:05 PM INFO[0000] Downloading base image python:3.7-slim-stretch
  4. Mar 24 05:39:07 PM INFO[0001] Downloading base image python:3.7-slim-stretch
  5. Mar 24 05:39:07 PM INFO[0001] Downloading base image python:3.7-slim-stretch
  6. Mar 24 05:39:08 PM INFO[0002] Downloading base image python:3.7-slim-stretch
  7. Mar 24 05:39:16 PM INFO[0010] RUN apt-get update && apt-get install -y git python3-dev gcc && rm -rf /var/lib/apt/lists/*
  8. Mar 24 05:39:33 PM INFO[0027] COPY requirements.txt .
  9. Mar 24 05:39:33 PM INFO[0027] extractedFiles: [/requirements.txt /]
  10. Mar 24 05:39:33 PM INFO[0027] RUN pip install --upgrade -r requirements.txt
  11. Mar 24 05:40:21 PM INFO[0075] COPY app app/
  12. Mar 24 05:40:21 PM INFO[0075] RUN python app/server.py
  13. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.loss.CrossEntropyLoss' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  14. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  15. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.container.Sequential' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  16. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  17. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.conv.Conv2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  18. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  19. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.batchnorm.BatchNorm2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  20. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  21. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.activation.ReLU' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  22. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  23. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.pooling.MaxPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  24. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  25. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torchvision.models.resnet.BasicBlock' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  26. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  27. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'fastai.layers.AdaptiveConcatPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  28. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  29. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.pooling.AdaptiveAvgPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  30. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  31. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.pooling.AdaptiveMaxPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  32. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  33. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'fastai.layers.Flatten' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  34. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  35. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.batchnorm.BatchNorm1d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  36. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  37. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.dropout.Dropout' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  38. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  39. Mar 24 05:40:36 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.linear.Linear' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  40. Mar 24 05:40:36 PM warnings.warn(msg, SourceChangeWarning)
  41. Mar 24 05:40:44 PM INFO[0098] EXPOSE 5000
  42. Mar 24 05:40:44 PM INFO[0098] CMD ["python", "app/server.py", "serve"]
  43. Mar 24 05:41:34 PM ______________________________
  44. Mar 24 05:41:34 PM < Pushing image to registry... >
  45. Mar 24 05:41:34 PM ------------------------------
  46. Mar 24 05:41:34 PM \ ^__^
  47. Mar 24 05:41:34 PM \ (oo)\_______
  48. Mar 24 05:41:34 PM (__)\ )\/\
  49. Mar 24 05:41:34 PM ||----w |
  50. Mar 24 05:41:34 PM || ||
  51. Mar 24 05:41:50 PM ______
  52. Mar 24 05:41:50 PM < Done >
  53. Mar 24 05:41:50 PM ------
  54. Mar 24 05:41:50 PM \ ^__^
  55. Mar 24 05:41:50 PM \ (oo)\_______
  56. Mar 24 05:41:50 PM (__)\ )\/\
  57. Mar 24 05:41:50 PM ||----w |
  58. Mar 24 05:41:50 PM || ||
  59. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.loss.CrossEntropyLoss' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  60. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  61. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.container.Sequential' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  62. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  63. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.conv.Conv2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  64. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  65. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.batchnorm.BatchNorm2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  66. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  67. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.activation.ReLU' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  68. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  69. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.pooling.MaxPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  70. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  71. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torchvision.models.resnet.BasicBlock' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  72. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  73. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'fastai.layers.AdaptiveConcatPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  74. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  75. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.pooling.AdaptiveAvgPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  76. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  77. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.pooling.AdaptiveMaxPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  78. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  79. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'fastai.layers.Flatten' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  80. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  81. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.batchnorm.BatchNorm1d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  82. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  83. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.dropout.Dropout' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  84. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  85. Mar 24 05:43:12 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.linear.Linear' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  86. Mar 24 05:43:12 PM warnings.warn(msg, SourceChangeWarning)
  87. Mar 24 05:43:12 PM INFO: Started server process [1]
  88. Mar 24 05:43:12 PM INFO: Waiting for application startup.
  89. Mar 24 05:43:12 PM INFO: Uvicorn running on http://0.0.0.0:5000 (Press CTRL+C to quit)
  90. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.loss.CrossEntropyLoss' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  91. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  92. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.container.Sequential' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  93. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  94. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.conv.Conv2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  95. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  96. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.batchnorm.BatchNorm2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  97. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  98. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.activation.ReLU' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  99. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  100. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.pooling.MaxPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  101. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  102. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torchvision.models.resnet.BasicBlock' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  103. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  104. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'fastai.layers.AdaptiveConcatPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  105. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  106. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.pooling.AdaptiveAvgPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  107. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  108. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.pooling.AdaptiveMaxPool2d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  109. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  110. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'fastai.layers.Flatten' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  111. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  112. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.batchnorm.BatchNorm1d' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  113. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  114. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.dropout.Dropout' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  115. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  116. Mar 24 05:45:02 PM /usr/local/lib/python3.7/site-packages/torch/serialization.py:454: SourceChangeWarning: source code of class 'torch.nn.modules.linear.Linear' has changed. you can retrieve the original source code by accessing the object's source attribute or set `torch.nn.Module.dump_patches = True` and use the patch tool to revert the changes.
  117. Mar 24 05:45:02 PM warnings.warn(msg, SourceChangeWarning)
  118. Mar 24 05:45:02 PM INFO: Started server process [1]
  119. Mar 24 05:45:02 PM INFO: Waiting for application startup.
  120. Mar 24 05:45:02 PM INFO: Uvicorn running on http://0.0.0.0:5000 (Press CTRL+C to quit)
  121. Mar 24 05:45:08 PM INFO: ('10.104.30.23', 42304) - "GET / HTTP/1.1" 200
  122. Mar 24 05:45:08 PM INFO: ('10.104.30.23', 42304) - "GET /static/style.css HTTP/1.1" 200
  123. Mar 24 05:45:08 PM INFO: ('10.104.30.23', 42310) - "GET /static/client.js HTTP/1.1" 200
  124. Mar 24 05:45:09 PM INFO: ('10.104.30.23', 42304) - "GET /favicon.ico HTTP/1.1" 404
  125. Mar 24 05:45:20 PM INFO: Shutting down
  126. Mar 24 05:45:20 PM INFO: Waiting for application shutdown.
  127. Mar 24 05:45:20 PM INFO: Finished server process [1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement